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

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. # The following should be moved in related sub-directories
  2. sonar-server/src/main/webapp/stylesheets/sonar-colorizer.css
  3. sonar-server/src/main/webapp/deploy/gwt
  4. sonar-server/src/main/webapp/deploy/plugins
  5. sonar-server/src/main/webapp/deploy/bootstrap
  6. sonar-server/src/main/webapp/deploy/maven/org
  7. sonar-server/src/main/webapp/WEB-INF/log/
  8. sonar-server/src/main/webapp/deploy/*.jar
  9. sonar-server/src/main/webapp/deploy/jdbc-driver.txt
  10. # ---- Javadoc
  11. docs.tar
  12. # ---- Maven
  13. target/
  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