go-taskmanager/.gitignore

37 lines
446 B
Text
Raw Normal View History

### General
bin
.env
### JetBrains template
# User-specific stuff
.idea
### Windows template
# Windows thumbnail cache files
Thumbs.db
### macOS template
# General
.DS_Store
# Thumbnails
._*
### Go template
# 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
### VisualStudioCode template
.vscode/*