Pulse/.dockerignore
2026-04-03 20:03:22 +01:00

58 lines
534 B
Text

# Git
.git
.gitignore
# Documentation
*.md
docs/
dev-docs/
!docs/
!docs/**
!SECURITY.md
!TERMS.md
# Binaries and build artifacts
pulse
backend
/pulse-agent
/pulse-server
bin/
dist/
frontend/
frontend-modern/public/download/
frontend-modern/dist/
scripts/macos/dist/
*.exe
*.dll
*.so
*.dylib
# Dependencies
node_modules/
vendor/
# Logs
*.log
# Test files
testing-tools/
*_test.go
*.test
# Development files
.env
.env.local
.vscode/
.idea/
*.swp
*.swo
.DS_Store
# CI/CD
.github/
.gitlab-ci.yml
# Temporary files
*.tmp
*.temp
*~