Initial
This commit is contained in:
37
.gitignore
vendored
Normal file
37
.gitignore
vendored
Normal file
@@ -0,0 +1,37 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user