1
0

.gitignore 163 B

1234567891011121314
  1. # Virtual enviroment
  2. /bin/
  3. /include/
  4. /lib/
  5. /share/
  6. # Django
  7. __pycache__/
  8. db.sqlite3
  9. #**/migrations/*.py
  10. /website/website/local_settings.py
  11. # Node
  12. /node_modules/