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

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