Ignore .idea directory, and add .dockerignore
This commit is contained in:
parent
7d472cf51d
commit
b7f3fd0ca2
2 changed files with 19 additions and 0 deletions
18
.dockerignore
Normal file
18
.dockerignore
Normal file
|
@ -0,0 +1,18 @@
|
|||
# Binaries for programs and plugins
|
||||
*.exe
|
||||
*.exe~
|
||||
*.dll
|
||||
*.so
|
||||
*.dylib
|
||||
tmp
|
||||
_out
|
||||
|
||||
# Test binary, build with `go test -c`
|
||||
*.test
|
||||
|
||||
# Output of the go coverage tool, specifically when used with LiteIDE
|
||||
*.out
|
||||
|
||||
# Ignore the built binary
|
||||
cert-manager-webhook-example
|
||||
.idea
|
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -15,3 +15,4 @@ _out
|
|||
|
||||
# Ignore the built binary
|
||||
cert-manager-webhook-example
|
||||
.idea
|
||||
|
|
Loading…
Add table
Reference in a new issue