mirror of
https://github.com/mc1arke/sonarqube-community-branch-plugin.git
synced 2024-11-28 08:58:55 +02:00
25 lines
194 B
Plaintext
25 lines
194 B
Plaintext
#Mac
|
|
.DS_Store
|
|
|
|
#Gradle
|
|
/.gradle/
|
|
/build/
|
|
.gradletasknamecache
|
|
|
|
#Intellij
|
|
/out/
|
|
/.idea/
|
|
*.iml
|
|
|
|
# Eclipse
|
|
/.classpath
|
|
/.project
|
|
/.settings/
|
|
/bin/
|
|
|
|
#Project libs
|
|
/sonarqube-lib/
|
|
|
|
#VSCode
|
|
.project
|