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.

20 lines
261 B

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