zsvo/.gitignore
2026-03-13 15:18:31 +03:00

70 lines
658 B
Text

# Binary executables
zsvo
pkg-manager
# Build artifacts
dist/
release/
bin/
*.exe
*.dll
*.so
*.dylib
# Temporary files
*.tmp
*.temp
*.log
# IDE files
.vscode/
.idea/
*.swp
*.swo
# OS files
.DS_Store
Thumbs.db
# Cache directories
.cache/
vendor/
node_modules/
yay/
# Environment files
.env
.env.local
.env.development
.env.production
# Backup files
*.bak
*.backup
*.orig
# Test coverage
coverage.txt
*.coverprofile
coverage.html
# Go specific
*.test
*.prof
# Work directories
/tmp/pkg-work/
/tmp/zsvo-cache/
*.pkg.tar.zst
work/
# Docker
.dockerignore
# Scripts output
scripts/*.log
scripts/*.tmp
# Allow scripts directory
!scripts/
!scripts/*.sh