initial
This commit is contained in:
+32
@@ -0,0 +1,32 @@
|
||||
.nogit/
|
||||
|
||||
# artifacts
|
||||
coverage/
|
||||
public/
|
||||
|
||||
# installs
|
||||
node_modules/
|
||||
|
||||
# caches
|
||||
.yarn/
|
||||
.cache/
|
||||
.rpt2_cache
|
||||
|
||||
# builds
|
||||
dist/
|
||||
dist_*/
|
||||
|
||||
# logs
|
||||
*.log
|
||||
pnpm-debug.log*
|
||||
|
||||
# local config
|
||||
.env
|
||||
.env.*.local
|
||||
|
||||
# os/editor
|
||||
.DS_Store
|
||||
.idea/
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
Reference in New Issue
Block a user