Initial commit: project description

This commit is contained in:
purovps
2026-02-16 23:20:51 +08:00
commit 8c83a6fd46
2 changed files with 45 additions and 0 deletions

29
.gitignore vendored Normal file
View File

@@ -0,0 +1,29 @@
# OS
.DS_Store
Thumbs.db
# Java / Maven
target/
*.class
*.jar
*.war
*.log
*.tmp
# IDE
.idea/
*.iml
.vscode/
*.swp
*.swo
.project
.classpath
.settings/
# Node
node_modules/
# Sensitive
application-local.yml
*.key
*.pem