sched/.gitignore
Sherif Abdel-Naby b3d39cffc1 Add Linters and Lint Code
Signed-off-by: Sherif Abdel-Naby <sherifabdlnaby@gmail.com>
2021-04-10 11:07:02 +02:00

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/*