fmartingr.com/.gitignore
2019-10-07 18:15:44 +02:00

21 lines
202 B
Text

# python
__pycache__
.venv
# 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
# Build
public