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

12345678910111213141516171819202122232425262728293031323334353637
  1. sonar-server/src/main/webapp/stylesheets/sonar-colorizer.css
  2. sonar-server/src/main/webapp/deploy/gwt
  3. sonar-server/src/main/webapp/deploy/plugins
  4. sonar-server/src/main/webapp/deploy/jdbc-driver.jar
  5. sonar-server/src/main/webapp/deploy/maven/org
  6. plugins/sonar-core-plugin/derby.log
  7. # javadoc
  8. docs.tar
  9. # Maven
  10. target/
  11. # IntelliJ IDEA
  12. *.iws
  13. *.iml
  14. *.ipr
  15. # Eclipse
  16. .classpath
  17. .project
  18. .settings
  19. # ---- Mac OS X
  20. .DS_Store?
  21. Icon?
  22. # Thumbnails
  23. ._*
  24. # Files that might appear on external disk
  25. .Spotlight-V100
  26. .Trashes
  27. # ---- Windows
  28. # Windows image file caches
  29. Thumbs.db
  30. # Folder config file
  31. Desktop.ini