n8n_node_librebooking/.gitignore

47 lines
456 B
Plaintext

# Node modules
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Build output
dist/
*.tsbuildinfo
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Logs
logs/
*.log
# Environment
.env
.env.local
.env.*.local
# Test
coverage/
.nyc_output/
# Temporary files
*.tmp
*.temp
.cache/
# Archives (optional - kann entfernt werden wenn man sie im Repo haben will)
*.tar.gz
*.zip
*.bundle
# Docker build artifacts
dist-for-docker/