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.

31 lines
466 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/**/bundle/
  13. backend/**/node_modules/
  14. backend/**/webpack-stats.json
  15. backend/**/*.sqlite3
  16. backend/**/.env
  17. backend/**/junitxml/
  18. backend/media
  19. backend/filepond-temp-uploads
  20. backend/stored_uploads
  21. backend/**/staticfiles/
  22. backend/**/venv/
  23. backend/**/__pycache__/
  24. tests/**/__pycache__/
  25. frontend/.nuxt/
  26. frontend/coverage/
  27. frontend/dist/
  28. frontend/node_modules/