1
0
Fork 0
mirror of https://github.com/imjasonh/cnotes synced 2026-07-08 00:55:37 +00:00
cnotes/.gitignore
Jason Hall 39e3f12ed9
Update .gitignore for cnotes binary
- Change ignored binary name from 'hooks' to 'cnotes'
- Remove tracked cnotes binary (should be built locally)
2025-07-21 13:27:43 -04:00

32 lines
393 B
Text

# 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/
# Go workspace file
go.work
go.work.sum
# Binary
cnotes
# IDE files
.idea/
.vscode/
*.swp
*.swo
*~
# OS files
.DS_Store