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.

26 lines
361 B

  1. *
  2. !backend/
  3. !frontend/
  4. !nginx/
  5. !tests/
  6. !tools/
  7. !.coveragerc
  8. !.flake8
  9. !Dockerfile
  10. !Pipfile.lock
  11. !Pipfile
  12. backend/*.sqlite3*
  13. backend/junitxml
  14. backend/media
  15. backend/filepond-temp-uploads
  16. backend/stored_uploads
  17. backend/staticfiles
  18. backend/venv
  19. backend/**/__pycache__/
  20. tests/**/__pycache__/
  21. frontend/.nuxt/
  22. frontend/coverage/
  23. frontend/dist/
  24. frontend/node_modules/