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.

27 lines
351 B

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