Files
DocNest/backend/.gitignore
2025-12-29 16:29:24 -08:00

32 lines
273 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