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.

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. # The following should be moved in related sub-directories
  2. server/sonar-web/src/main/webapp/stylesheets/sonar-colorizer.css
  3. server/sonar-web/src/main/webapp/deploy/plugins
  4. server/sonar-web/src/main/webapp/deploy/bootstrap
  5. server/sonar-web/src/main/webapp/deploy/maven/org
  6. server/sonar-web/src/main/webapp/WEB-INF/log/
  7. server/sonar-web/src/main/webapp/deploy/*.jar
  8. server/sonar-web/src/main/webapp/deploy/jdbc-driver.txt
  9. # ---- Javadoc
  10. docs.tar
  11. # ---- Maven
  12. target/
  13. dependency-reduced-pom.xml
  14. # ---- IntelliJ IDEA
  15. *.iws
  16. *.iml
  17. *.ipr
  18. .idea/
  19. # ---- Eclipse
  20. .classpath
  21. .project
  22. .settings
  23. .externalToolBuilders
  24. # ---- Mac OS X
  25. .DS_Store
  26. Icon?
  27. # Thumbnails
  28. ._*
  29. # Files that might appear on external disk
  30. .Spotlight-V100
  31. .Trashes
  32. # ---- Windows
  33. # Windows image file caches
  34. Thumbs.db
  35. # Folder config file
  36. Desktop.ini
  37. # ---- vscode
  38. .vscode
  39. # ---- Sonar
  40. .sonar/
  41. # scripts patches, they are local to each developer
  42. scripts/patches/*.*
  43. scripts/patches/*license*.txt