.gitignore 190 B

1234567891011121314
  1. # See https://help.github.com/ignore-files/ for more about ignoring files.
  2. **/migrations/*
  3. !**/migrations/__init__.py
  4. *.py[cod]
  5. local_settings.*
  6. *.bat
  7. *.txt
  8. *.whl
  9. venv
  10. .idea
  11. node_modules