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/
.sass-cache/
static/fonts/*
.webassets-cache
# sass and webassets output artifacts
scss/assets
.pytest_cache/
scss/variables.scss
scss/variables.scss.map
.sass-cache/
.webassets-cache
# Python virtual env
.venv/
.pytest_cache/
__pycache__
# Compiled python bytecode files
*.pyc
# Ignore static/fonts for now, since it is just symlink
# static/fonts for now, since it is just symlink
static/fonts
# font files originate from a node module
static/fonts/*