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.

.gitignore 1.0KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  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. # ---- Gradle
  10. build/
  11. .gradle/
  12. # ---- Javadoc
  13. docs.tar
  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
  44. !scripts/patches/debug_ce.sh
  45. !scripts/patches/debug_web.sh
  46. !scripts/patches/mysql.sh
  47. !scripts/patches/postgres.sh