19 lines
189 B
Plaintext
19 lines
189 B
Plaintext
#VSCode
|
|
.classpath
|
|
.project
|
|
|
|
#Ignore the compiled files
|
|
target
|
|
|
|
#Ignore log files
|
|
*.log
|
|
*.log.*.gz
|
|
|
|
#Ignore temp files
|
|
*.tmp
|
|
|
|
#Ignore local config files
|
|
local/
|
|
sonarBuild.ps1
|
|
sonarBuild.sh
|