Ignore .idea directory, and add .dockerignore

This commit is contained in:
Morten Lied Johansen 2024-10-02 20:24:50 +02:00
parent 7d472cf51d
commit b7f3fd0ca2
No known key found for this signature in database
GPG key ID: 8DC6DECB15005221
2 changed files with 19 additions and 0 deletions

18
.dockerignore Normal file
View 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
View file

@ -15,3 +15,4 @@ _out
# Ignore the built binary
cert-manager-webhook-example
.idea