42 lines
340 B
Plaintext
42 lines
340 B
Plaintext
# Vagrant
|
|
.vagrant/
|
|
Vagrantfile.local
|
|
|
|
# Backup files
|
|
backup-*/
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
*.temp
|
|
|
|
# OS generated files
|
|
.DS_Store
|
|
.DS_Store?
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
ehthumbs.db
|
|
Thumbs.db
|
|
|
|
# IDE files
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# Kubernetes
|
|
*.kubeconfig
|
|
join-command.sh
|
|
|
|
# Helm
|
|
charts/
|
|
*.tgz
|
|
|
|
# Keys
|
|
keys/
|
|
old/
|
|
.env.yml |