sonarqube/.gitignore

43 lines
800 B
Plaintext
Raw Normal View History

# The following should be moved in related sub-directories
2011-01-05 18:02:35 +01:00
sonar-server/src/main/webapp/stylesheets/sonar-colorizer.css
2011-03-03 09:12:21 +01:00
sonar-server/src/main/webapp/deploy/gwt
sonar-server/src/main/webapp/deploy/plugins
2013-01-31 13:01:29 +01:00
sonar-server/src/main/webapp/deploy/bootstrap
2011-03-03 09:12:21 +01:00
sonar-server/src/main/webapp/deploy/maven/org
sonar-server/src/main/webapp/WEB-INF/log/
2013-02-06 10:29:13 +01:00
sonar-server/src/main/webapp/deploy/*.jar
sonar-server/src/main/webapp/deploy/jdbc-driver.txt
2011-01-06 10:21:25 +01:00
# ---- Javadoc
2011-02-22 08:52:05 +01:00
docs.tar
# ---- Maven
2011-01-05 18:02:35 +01:00
target/
2011-01-06 10:21:25 +01:00
# ---- IntelliJ IDEA
2011-01-05 18:02:35 +01:00
*.iws
*.iml
*.ipr
2011-12-07 19:41:05 +01:00
.idea/
2011-01-05 18:02:35 +01:00
# ---- Eclipse
2011-01-06 10:21:25 +01:00
.classpath
.project
.settings
.externalToolBuilders
2011-01-06 10:21:25 +01:00
2011-01-05 18:02:35 +01:00
# ---- Mac OS X
.DS_Store
2011-01-05 18:02:35 +01:00
Icon?
# Thumbnails
._*
# Files that might appear on external disk
.Spotlight-V100
.Trashes
# ---- Windows
# Windows image file caches
Thumbs.db
# Folder config file
2011-01-06 10:21:25 +01:00
Desktop.ini