zkt25/sk1/.gitignore

62 lines
755 B
Plaintext

# Node.js dependencies
node_modules/
npm-debug.log
yarn-debug.log
yarn-error.log
package-lock.json
yarn.lock
# Environment variables and secrets
.env
.env.local
.env.development
.env.test
.env.production
*.env
# Google Cloud and Kubernetes
gcloud.json
key.json
*.kubeconfig
# Log files
logs/
*.log
# Build files
dist/
build/
coverage/
.next/
# Docker
.docker/
docker-compose.override.yml
# IDE and editor files
.idea/
.vscode/
*.swp
*.swo
.DS_Store
Thumbs.db
*~
# Generated Kubernetes files
k8s/ingress-with-domain.yaml
k8s/*-updated.yaml
k8s/generated/
# Windows WSL file identifiers
*Zone.Identifier
# Temporary files
*.tmp
*.bak
.cache/
*.tgz
.npm/
# Testing
coverage/
.nyc_output/