add .gitignore

This commit is contained in:
Blake Ridgway
2026-03-22 11:29:49 -05:00
parent d593744ff7
commit 07d6530521

15
.gitignore vendored Normal file
View File

@@ -0,0 +1,15 @@
# Binary
/arcline-uptime
/arcline-uptime-linux-amd64
/arcline-uptime-linux-arm64
# Database
*.db
*.db-shm
*.db-wal
# Config (keep the example, ignore real configs)
uptime.yaml
# Go
vendor/