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.

28 lines
399 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/**/staticfiles/
  19. backend/**/venv/
  20. backend/**/__pycache__/
  21. tests/**/__pycache__/
  22. frontend/.nuxt/
  23. frontend/coverage/
  24. frontend/dist/
  25. frontend/node_modules/