ci: add ci

This commit is contained in:
2025-10-18 09:25:55 +03:00
parent 388ac80b3d
commit f6df0f1660
2 changed files with 74 additions and 0 deletions

41
.dockerignore Normal file
View File

@@ -0,0 +1,41 @@
# 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/