diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7d27d42 --- /dev/null +++ b/.gitignore @@ -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/