Files
DocNest/backend/.gitignore
2026-03-15 09:45:17 +00:00

32 lines
274 B
Plaintext

# Environment variables
.env
.env.local
.env.*.local
# Compiled binaries
/server
*.exe
*.exe~
*.dll
*.so
*.dylib
# Test binaries
*.test
# Go build artifacts
*.out
/bin/
/pkg/
# IDE and editor files
.vscode/
.idea/
*.swp
*.swo
*~
# OS-specific files
.DS_Store
Thumbs.db