commit 96419f00775ca0c32c8143d41083e418f6d83d28 Author: Mattrixwv Date: Sat Feb 22 16:51:47 2025 -0500 initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2f86f63 --- /dev/null +++ b/.gitignore @@ -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 diff --git a/README.md b/README.md new file mode 100644 index 0000000..e69de29