Files
go-service/.gitignore
2026-06-04 09:05:21 +03:00

35 lines
459 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Бинарные файлы (скомпилированные программы)
gpio-monitor-server
progress-server
*.exe
*.exe~
*.dll
*.so
*.dylib
# Тестовые бинарники
*.test
test.jpg
# Результаты тестов с покрытием
*.out
# Зависимости
vendor/
# Файлы IDE
.idea/
.vscode/
*.swp
*.swo
*~
# Системные файлы
.DS_Store
Thumbs.db
# Временные файлы
tmp/
build/
temp/