Files
nerd-monitor/.gitignore
Ducky SSH User cc26726ddf chore: update .gitignore to exclude temporary build files
- Add agent and server binaries to .gitignore
- Remove temporary build artifacts from repository
2025-12-20 08:09:17 +00:00

38 lines
306 B
Plaintext

# Build artifacts
/bin/
/dist/
*.exe
*.dll
*.so
*.dylib
# Generated Templ files
views/*_templ.go
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
*.iml
# Go
vendor/
.env
.env.local
# OS
Thumbs.db
.DS_Store
*.log
# Local configuration
config.local.yaml
.env.*.local
# Temporary build files
agent
server