Reorg and comment a bit; add variables.scss files to be ignored
This commit is contained in:
parent
123d6ef3aa
commit
5ea30de697
21
.gitignore
vendored
21
.gitignore
vendored
@ -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/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user