init
This commit is contained in:
31
.gitignore
vendored
Normal file
31
.gitignore
vendored
Normal file
@ -0,0 +1,31 @@
|
||||
# Files
|
||||
.DS_Store
|
||||
*.lock
|
||||
*.test
|
||||
*.out
|
||||
*.swp
|
||||
*.swo
|
||||
*.db
|
||||
*.exe
|
||||
*.exe~
|
||||
*.dll
|
||||
*.so
|
||||
*.dylib
|
||||
*.log
|
||||
go.work
|
||||
go.work.*
|
||||
|
||||
# Dirs
|
||||
/.idea
|
||||
/.vscode
|
||||
/.kube
|
||||
/.terraform
|
||||
/.vagrant
|
||||
/.bundle
|
||||
/.cache
|
||||
/.docker
|
||||
/.entc
|
||||
/.sbin
|
||||
/.dist
|
||||
/log
|
||||
/certs
|
Reference in New Issue
Block a user