From 06b9b13274825f797523935494a1b5225f0e0862 Mon Sep 17 00:00:00 2001 From: bndw Date: Fri, 13 Feb 2026 17:35:32 -0800 Subject: chore: initialize Go module northwest.io/nostr-grpc --- .gitignore | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6ffd1c7 --- /dev/null +++ b/.gitignore @@ -0,0 +1,42 @@ +# Binaries +bin/ +*.exe +*.exe~ +*.dll +*.so +*.dylib + +# Test binary +*.test + +# Go coverage +*.out +coverage.html + +# Go workspace file +go.work +go.work.sum + +# IDE +.idea/ +.vscode/ +*.swp +*.swo +*~ + +# OS +.DS_Store +Thumbs.db + +# Database files +*.db +*.db-shm +*.db-wal + +# Config (may contain secrets) +config.yaml +config.yml + +# Logs +*.log +logs/ -- cgit v1.2.3