mirror of
https://github.com/Fishwaldo/go-taskmanager.git
synced 2025-03-15 19:31:40 +00:00
36 lines
446 B
Text
36 lines
446 B
Text
### 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/*
|