Initial push of Plunk Next
This commit is contained in:
+46
-8
@@ -1,12 +1,50 @@
|
||||
# Dependencies
|
||||
node_modules
|
||||
dist
|
||||
.idea
|
||||
.vscode
|
||||
*.log
|
||||
.pnp
|
||||
.pnp.js
|
||||
|
||||
# Local env files
|
||||
.env
|
||||
.tscache
|
||||
.next
|
||||
.out
|
||||
.env.local
|
||||
.env.development.local
|
||||
.env.test.local
|
||||
.env.production.local
|
||||
|
||||
# Testing
|
||||
coverage
|
||||
|
||||
# Turbo
|
||||
.turbo
|
||||
|
||||
# Vercel
|
||||
.vercel
|
||||
|
||||
# Build Outputs
|
||||
.next/
|
||||
out/
|
||||
build
|
||||
dist
|
||||
.source/
|
||||
|
||||
# Debug
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
|
||||
# Misc
|
||||
.DS_Store
|
||||
.yarn/install-state.gz
|
||||
*.pem
|
||||
|
||||
.idea/
|
||||
.vscode/
|
||||
|
||||
robots.txt
|
||||
*sitemap*.xml
|
||||
|
||||
.contentlayer
|
||||
.content-collections
|
||||
.source
|
||||
|
||||
install-state.gz
|
||||
|
||||
tsconfig.tsbuildinfo
|
||||
Reference in New Issue
Block a user