mybuddy/.gitignore

13 lines
107 B
Plaintext

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