.gitignore 243 B

123456789101112131415161718192021222324
  1. .DS_Store
  2. *.pyc
  3. *.log
  4. *.swp
  5. *.retry
  6. .env
  7. .idea
  8. .vscode
  9. *~
  10. /logs
  11. /data
  12. .~*
  13. common/CACHE
  14. bakerydemo/settings/local.py
  15. bakerydemodb
  16. node_modules
  17. venv
  18. .venv
  19. __pycache__
  20. .vagrant/
  21. /.vagrant/
  22. /Vagrantfile.local
  23. !.gitignore
  24. bakerydemo/collect_static