sonarqube/.gitignore
2018-03-14 16:18:20 +01:00

53 lines
718 B
Plaintext

# ---- Gradle
build/
.gradle/
out/
# ---- Maven (in integration tests)
target/
# ---- IntelliJ IDEA
*.iws
*.iml
*.ipr
.idea/
out/
# Directories generated on build on Windows
bin/
# ---- 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
# ---- vscode
.vscode
# ---- Sonar
.sonar/
# 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