mybuddy/.gitignore

13 lines
109 B
Plaintext

# database
*.sqlite3
# npm folder
/node_modules
# python
*.pyc
# static files
/babyblotter/static
/static