fmartingr.com/.gitignore
2016-12-19 15:42:34 +01:00

17 lines
180 B
Text

# python
__pycache__
# node/bower
node_modules
bower_components
# emacs
*~
# static js
assets/static/js/app-min.js
assets/static/js/app.js
assets/static/css
# Tests
tests/venv