Files
atst/.gitignore
2018-06-04 17:13:48 -04:00

27 lines
415 B
Plaintext

# Node modules get installed here
node_modules/
# sass and webassets output artifacts
scss/assets
scss/variables.scss
scss/variables.scss.map
.sass-cache/
.webassets-cache
# Python virtual env
.venv/
.pytest_cache/
__pycache__
# Compiled python bytecode files
*.pyc
# static/fonts for now, since it is just symlink
static/fonts
# font files originate from a node module
static/fonts/*
# local log files
log/*