gitignore for testing stuff
This commit is contained in:
parent
810e13f5ba
commit
9b0702e02f
15
.gitignore
vendored
Normal file
15
.gitignore
vendored
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
# Binaries for programs and plugins
|
||||||
|
*.exe
|
||||||
|
*.exe~
|
||||||
|
*.dll
|
||||||
|
*.so
|
||||||
|
*.dylib
|
||||||
|
|
||||||
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
||||||
|
*.out
|
||||||
|
|
||||||
|
# kaniko base image cache files
|
||||||
|
sha256:*
|
||||||
|
|
||||||
|
# Tar files for testing
|
||||||
|
*.tar
|
Loading…
x
Reference in New Issue
Block a user