klefki/.gitignore
Jared Allard eb74b6ea15
Some checks failed
tests / golangci-lint (push) Failing after 20s
tests / go test (push) Successful in 41s
support encryption
2025-03-01 10:10:47 -08:00

53 lines
664 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
*.key
## <</Stencil::Block>>