2025-02-13 17:43:28 -08:00
|
|
|
# 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)>>
|
2025-02-22 18:39:14 -08:00
|
|
|
data/
|
|
|
|
!data/.gitkeep
|
2025-03-01 10:09:26 -08:00
|
|
|
*.key
|
2025-02-13 17:43:28 -08:00
|
|
|
## <</Stencil::Block>>
|