Initial commit

This commit is contained in:
root
2025-09-14 13:07:54 +05:00
commit 1daae73939
18 changed files with 1102 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
# Исключаем ненужные файлы из Docker контекста
target/
.git/
.gitignore
README.md
*.md
.DS_Store
.vscode/
.idea/
*.iml
*.ipr
*.iws
# Maven
.mvn/wrapper/maven-wrapper.jar
.mvn/wrapper/maven-wrapper.properties
# Логи
*.log
# Временные файлы
*.tmp
*.temp