sonarqube/.gitignore

54 lines
964 B
Plaintext
Raw Normal View History

# The following should be moved in related sub-directories
server/sonar-web/src/main/webapp/stylesheets/sonar-colorizer.css
server/sonar-web/src/main/webapp/deploy/plugins
server/sonar-web/src/main/webapp/deploy/bootstrap
server/sonar-web/src/main/webapp/deploy/maven/org
server/sonar-web/src/main/webapp/WEB-INF/log/
server/sonar-web/src/main/webapp/deploy/*.jar
server/sonar-web/src/main/webapp/deploy/jdbc-driver.txt
2014-07-10 14:53:00 +02:00
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/
2014-07-10 14:53:00 +02:00
dependency-reduced-pom.xml
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
2015-05-12 14:28:56 +02:00
2017-08-11 10:16:47 +02:00
# ---- vscode
.vscode
2015-05-12 14:28:56 +02:00
# ---- Sonar
.sonar/
# scripts patches, they are local to each developer
scripts/patches/*.*
scripts/patches/*license*.txt