sonarqube/.gitignore

73 lines
1.0 KiB
Plaintext
Raw Normal View History

2018-02-08 15:01:19 +01:00
# ---- Gradle
build/
2018-02-08 15:01:19 +01:00
.gradle/
2018-10-14 10:16:48 +02:00
.gradletasknamecache
classes/
2018-03-12 08:44:02 +01:00
out/
2011-01-06 10:21:25 +01:00
2018-03-12 08:44:02 +01:00
# ---- Maven (in integration tests)
target/
2011-02-22 08:52:05 +01:00
# ---- IntelliJ IDEA
2011-01-05 18:02:35 +01:00
*.iws
*.iml
*.ipr
2011-12-07 19:41:05 +01:00
.idea/
2019-06-18 14:22:25 +02:00
.attach_pid*
2018-03-12 08:44:02 +01:00
out/
2011-01-05 18:02:35 +01:00
# ---- VS Code
.vscode/
*.code-workspace
# Directories generated on build on Windows
bin/
!sonar-application/src/main/assembly/elasticsearch/**/bin/
!sonar-application/src/main/assembly/elasticsearch-patch/**/bin/
2018-09-21 11:03:16 +02:00
# npm logs
npm-debug.log*
npm.tar.gz
yarn-debug.log*
yarn-error.log*
# ---- 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
# 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
2019-04-10 10:22:01 +02:00
# ---- Linux
.directory
2018-09-21 11:03:16 +02:00
# ---- frontend
node/
node_modules/
install-state.gz
2017-08-11 10:16:47 +02:00
2018-09-21 11:03:16 +02:00
# ---- SonarQube
2015-05-12 14:28:56 +02:00
.sonar/
.scannerwork/
# scripts patches, they are local to each developer
scripts/patches/*.*
scripts/patches/*license*.txt
2017-11-17 21:15:30 +01:00
!scripts/patches/debug_ce.sh
!scripts/patches/debug_web.sh
!scripts/patches/postgres.sh
gherkin-features/