diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9d47e6e --- /dev/null +++ b/.gitignore @@ -0,0 +1,31 @@ +# Credentials and sensitive data +CREDENTIALS.md + +# Compiled binaries +tools/go/*/nextcloud-* + +# Go build artifacts +tools/go/*/*.exe +tools/go/*/*.exe~ +tools/go/*/*.dll +tools/go/*/*.so +tools/go/*/*.dylib +tools/go/*/bin/ +tools/go/*/dist/ + +# Test binaries +tools/go/*/*-test + +# Go module cache +tools/go/*/go.sum + +# IDE files +.idea/ +.vscode/ +*.swp +*.swo +*~ + +# OS files +.DS_Store +Thumbs.db