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.

29 lines
420 B

  1. *
  2. !backend/
  3. !frontend/
  4. !nginx/
  5. !tests/
  6. !tools/
  7. !offline_deployment/
  8. !.coveragerc
  9. !.flake8
  10. !Dockerfile
  11. !Pipfile.lock
  12. !Pipfile
  13. backend/**/bundle/
  14. backend/**/node_modules/
  15. backend/**/webpack-stats.json
  16. backend/**/*.sqlite3
  17. backend/**/.env
  18. backend/**/junitxml/
  19. backend/**/staticfiles/
  20. backend/**/venv/
  21. backend/**/__pycache__/
  22. tests/**/__pycache__/
  23. frontend/.nuxt/
  24. frontend/coverage/
  25. frontend/dist/
  26. frontend/node_modules/