Initial commit

This commit is contained in:
2024-04-07 19:41:57 -04:00
parent 2b3212cb44
commit 8f0d1c64bd
95 changed files with 6787 additions and 45 deletions

58
.gitignore vendored
View File

@@ -1,50 +1,18 @@
# These are some examples of commonly ignored file patterns.
# You should customize this list as applicable to your project.
# Learn more about .gitignore:
# https://www.atlassian.com/git/tutorials/saving-changes/gitignore
#VSCode
.classpath
.project
# Node artifact files
node_modules/
dist/
#Ignore the compiled files
target
# Compiled Java class files
*.class
# Compiled Python bytecode
*.py[cod]
# Log files
#Ignore log files
*.log
*.log.*.gz
# Package files
*.jar
# Maven
target/
dist/
# JetBrains IDE
.idea/
# Unit test reports
TEST*.xml
# Generated by MacOS
.DS_Store
# Generated by Windows
Thumbs.db
# Applications
*.app
*.exe
*.war
# Large media files
*.mp4
*.tiff
*.avi
*.flv
*.mov
*.wmv
#Ignore temp files
*.tmp
#Ignore local config files
local/
sonarBuild.ps1
sonarBuild.sh