Files
tildes/.gitignore
2018-07-17 13:39:29 -06:00

24 lines
332 B
Plaintext

.vagrant
Customfile
__pycache__
*.py[co]
*.egg-info/
.cache/
.mypy_cache/
.webassets-cache/
.webassets-manifest
*.gz
*.log
# don't track the built versions of CSS and JS
tildes/static/css/*
tildes/static/js/third_party.js
tildes/static/js/tildes.js
# don't track the site-icons spritesheet(s)
tildes/static/images/site-icons*