Initial commit
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user