initial commit
This commit is contained in:
22
.gitignore
vendored
Normal file
22
.gitignore
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
#VSCode
|
||||
.settings/
|
||||
.classpath
|
||||
.project
|
||||
|
||||
#Ignore the compiled files
|
||||
target/
|
||||
|
||||
#Ignore log files
|
||||
*.log
|
||||
*.log.*.gz
|
||||
|
||||
#Ignore dependency tree
|
||||
dependencyTree.txt
|
||||
|
||||
#Ignore temp files
|
||||
*.tmp
|
||||
|
||||
#Ignore local config files
|
||||
local/
|
||||
sonarBuild.ps1
|
||||
sonarBuild.sh
|
||||
Reference in New Issue
Block a user