mirror of
https://github.com/robonen/tools.git
synced 2026-03-20 02:44:45 +00:00
feat(repo): global gitignore
This commit is contained in:
25
.gitignore
vendored
Normal file
25
.gitignore
vendored
Normal file
@@ -0,0 +1,25 @@
|
||||
# ide
|
||||
.idea
|
||||
.vscode
|
||||
|
||||
# temp
|
||||
node_modules
|
||||
**/*~
|
||||
**/*.log
|
||||
**/.DS_Store
|
||||
**/Thumbs.db
|
||||
|
||||
# build
|
||||
.output
|
||||
.nuxt
|
||||
.nitro
|
||||
.cache
|
||||
out
|
||||
build
|
||||
dist
|
||||
|
||||
# test
|
||||
coverage
|
||||
|
||||
# env
|
||||
.env*
|
||||
Reference in New Issue
Block a user