klefki/.gitignore
Jared Allard a0c82943d5
Some checks failed
tests / golangci-lint (push) Failing after 29s
tests / go test (push) Failing after 47s
chore: initial commit w/ stencil
2025-02-13 18:01:03 -08:00

51 lines
638 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)>>
## <</Stencil::Block>>