1
0
mirror of https://github.com/robonen/tools.git synced 2026-03-20 02:44:45 +00:00
Files
tools/.gitignore
2024-04-09 23:14:55 +07:00

26 lines
164 B
Plaintext

# ide
.idea
.vscode
# temp
node_modules
**/*~
**/*.log
**/.DS_Store
**/Thumbs.db
# build
.output
.nuxt
.nitro
.cache
out
build
dist
# test
coverage
# env
.env*