initial commit

This commit is contained in:
2025-02-22 16:51:47 -05:00
commit 96419f0077
2 changed files with 22 additions and 0 deletions

22
.gitignore vendored Normal file
View 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

0
README.md Normal file
View File