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

123456789101112131415161718192021222324252627282930313233343536373839
  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. sonar-server/src/main/webapp/WEB-INF/log/
  7. # javadoc
  8. docs.tar
  9. # Maven
  10. target/
  11. # IntelliJ IDEA
  12. *.iws
  13. *.iml
  14. *.ipr
  15. .idea/
  16. sonar-server/src/main/webapp/WEB-INF/.rakeTasks
  17. # Eclipse
  18. .classpath
  19. .project
  20. .settings
  21. # ---- Mac OS X
  22. .DS_Store
  23. Icon?
  24. # Thumbnails
  25. ._*
  26. # Files that might appear on external disk
  27. .Spotlight-V100
  28. .Trashes
  29. # ---- Windows
  30. # Windows image file caches
  31. Thumbs.db
  32. # Folder config file
  33. Desktop.ini