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.

22 lines
277 B

  1. .dockerignore
  2. .env
  3. .git
  4. .gitignore
  5. .vs
  6. .vscode
  7. docker-compose*.yml
  8. *.md
  9. hosts
  10. LICENSE
  11. *.testsettings
  12. **/bin/
  13. **/obj/
  14. **/node_modules/
  15. **/bower_components/
  16. **/wwwroot/lib/
  17. global.json
  18. **/appsettings.localhost.json
  19. Web/WebSPA/wwwroot/
  20. packages/
  21. test-results/
  22. TestResults/
  23. Mobile/