Files
keenetic-exporter/.dockerignore
2025-10-18 09:25:55 +03:00

42 lines
336 B
Plaintext

# Git
.git
.gitignore
.gitea
# Documentation
*.md
LICENSE
# IDE
.vscode
.idea
*.swp
*.swo
*~
# Build artifacts
keenetic-exporter
*.exe
*.dll
*.so
*.dylib
# Test files
*_test.go
testdata
# Go workspace
go.work
go.work.sum
# Configuration examples
config.yaml.example
config.example.yaml
# Logs
*.log
# Temporary files
tmp/
temp/