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

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