klefki/.gitignore
Jared Allard 497cac49dd
All checks were successful
tests / go test (push) Successful in 41s
tests / golangci-lint (push) Successful in 41s
feat: stub gRPC server and DB layer
2025-02-22 18:39:14 -08:00

52 lines
658 B
Text

# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
# Editor files
*.swp
*~
\#*\#
.idea/*
TAGS
*.sublime-project
*.sublime-workspace
.\#*
.dir-locals.el
# Test binary, build with "go test -c"
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
# Log files
*.log
# Releases and other binaries
bin/
dist/
.dist/
# Don't. Commit. Vendor. Or other package manager dep directories
node_modules
vendor
# macOS
.DS_Store
# Task local state
.task
# VSCode debugger launch configs
launch.json
# Currently a build artifact
CHANGELOG.md
## <<Stencil::Block(custom)>>
data/
!data/.gitkeep
## <</Stencil::Block>>