Files
AE_Anons/.gitignore

22 lines
229 B
Plaintext

.DS_Store
# Файлы окружения
.env
# Логи
logs/
*.log
out.txt
.build_timing
# Выходные файлы
output/
*.xlsx
*.json
# IDE
.vscode/
.idea/
*.swp
# Скомпилированные файлы
target/