gowebdav/.gitignore

21 lines
254 B
Plaintext
Raw Normal View History

2018-07-08 14:27:10 +02:00
# Folders to ignore
2018-05-16 12:23:42 +02:00
/src
/bin
/pkg
/gowebdav
2018-07-08 14:27:10 +02:00
/.idea
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
# Test binary, build with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
2021-11-08 23:09:45 +01:00
.vscode/