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.
Deze repo is gearchiveerd. U kunt bestanden bekijken en het klonen, maar niet pushen of problemen/pull-requests openen.

15 regels
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