mirror of
https://github.com/robonen/tools.git
synced 2026-03-19 18:34:45 +00:00
30 lines
204 B
Plaintext
30 lines
204 B
Plaintext
# ide
|
|
.idea
|
|
.vscode
|
|
|
|
# temp
|
|
node_modules
|
|
**/*~
|
|
**/*.log
|
|
**/.DS_Store
|
|
**/Thumbs.db
|
|
|
|
# build
|
|
.vitepress/dist
|
|
.vitepress/cache
|
|
|
|
.output
|
|
.nuxt
|
|
.nitro
|
|
.cache
|
|
cache
|
|
out
|
|
build
|
|
dist
|
|
|
|
# test
|
|
coverage
|
|
|
|
# env
|
|
.env*
|