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
346 B

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