sonarqube/.gitignore
2019-06-28 08:45:39 +02:00

73 lines
1.0 KiB
Plaintext

# ---- Gradle
build/
.gradle/
.gradletasknamecache
classes/
out/
# ---- Maven (in integration tests)
target/
# ---- IntelliJ IDEA
*.iws
*.iml
*.ipr
.idea/
.attach_pid*
out/
# ---- 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/
# npm logs
npm-debug.log*
npm.tar.gz
yarn-debug.log*
yarn-error.log*
# ---- Eclipse
.classpath
.project
.settings
.externalToolBuilders
# ---- Mac OS X
.DS_Store
Icon?
# Thumbnails
._*
# Files that might appear on external disk
.Spotlight-V100
.Trashes
# ---- Windows
# Windows image file caches
Thumbs.db
# Folder config file
Desktop.ini
# ---- Linux
.directory
# ---- frontend
node/
node_modules/
# ---- SonarQube
.sonar/
.scannerwork/
# scripts patches, they are local to each developer
scripts/patches/*.*
scripts/patches/*license*.txt
!scripts/patches/debug_ce.sh
!scripts/patches/debug_web.sh
!scripts/patches/mysql.sh
!scripts/patches/postgres.sh