Reorg and comment a bit; add variables.scss files to be ignored

This commit is contained in:
Devon Mackay 2018-06-04 17:13:11 -04:00
parent 123d6ef3aa
commit 5ea30de697

21
.gitignore vendored
View File

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