wg-portal/.gitignore

35 lines
491 B
Plaintext
Raw Normal View History

2020-11-05 13:37:51 -05:00
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
# Test binary, built with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
# Dependency directories (remove the comment below to include it)
# vendor/
# IDE
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
*.code-workspace
# User-specific stuff
.idea/
*.iws
out/
2020-11-10 03:31:02 -05:00
dist/
2020-11-10 03:57:49 -05:00
data/
2020-11-05 13:37:51 -05:00
ssh.key
.testCoverage.txt
wg_portal.db
2020-11-10 05:12:34 -05:00
go.sum