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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  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. # ---- Sonar
  38. .sonar/
  39. # scripts patches, they are local to each developer
  40. scripts/patches/*.sh