Django backend for WorkX project
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

15 lines
180 B

  1. *.sqlite3
  2. *.pyc
  3. **/migrations/
  4. !**/migrations/__init__.py
  5. **/.sass-cache/
  6. *.map
  7. .idea/
  8. .vscode/
  9. information/
  10. all_staticfiles/
  11. *.zip
  12. static/uploaded/
  13. .project
  14. virtualenv/
  15. *.DS_Store