s3manager-web/.gitignore

20 lines
291 B
Text
Raw Normal View History

2018-08-14 22:45:10 +02:00
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
2021-08-05 11:44:40 +02:00
bin/
2018-08-14 22:45:10 +02:00
.idea/
.vscode/
2018-08-14 22:45:10 +02:00
# Test binary, build with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
2021-08-05 11:44:40 +02:00
# Dependency directories (remove the comment below to include it)
# vendor/