Django backend for WorkX project
25개 이상의 토픽을 선택하실 수 없습니다. 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.

16 lines
194 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
  16. */__pycache__