Merge pull request #21 from dod-ccpo/gitignore-tweaks

Gitignore tweaks
This commit is contained in:
Devon 2018-06-05 17:02:22 -04:00 committed by GitHub
commit 4844e23951
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 19 additions and 5 deletions

24
.gitignore vendored
View File

@ -1,13 +1,27 @@
# 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
.cache/ .cache/
# 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/*
# local log files
log/*

0
log/.keep Normal file
View File