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

1234567891011121314151617181920212223242526272829303132333435363738394041
  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. # ---- Mac OS X
  24. .DS_Store
  25. Icon?
  26. # Thumbnails
  27. ._*
  28. # Files that might appear on external disk
  29. .Spotlight-V100
  30. .Trashes
  31. # ---- Windows
  32. # Windows image file caches
  33. Thumbs.db
  34. # Folder config file
  35. Desktop.ini