chore: init
This commit is contained in:
+34
@@ -0,0 +1,34 @@
|
||||
# compiled output
|
||||
dist
|
||||
node_modules
|
||||
|
||||
# testing
|
||||
coverage
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
|
||||
# IDEs and editors
|
||||
/.idea
|
||||
.project
|
||||
.classpath
|
||||
.c9/
|
||||
*.launch
|
||||
.settings/
|
||||
*.sublime-workspace
|
||||
|
||||
# local env files
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
|
||||
# log files
|
||||
logs
|
||||
*.log
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
.pnpm-debug.log*
|
||||
|
||||
# turbo
|
||||
.turbo
|
||||
Reference in New Issue
Block a user