init nextjs
This commit is contained in:
39
.gitignore
vendored
39
.gitignore
vendored
@@ -1,14 +1,28 @@
|
||||
# Devenv
|
||||
.devenv*
|
||||
devenv.local.nix
|
||||
|
||||
# dependencies (bun install)
|
||||
node_modules
|
||||
/node_modules
|
||||
/.pnp
|
||||
.pnp.*
|
||||
.yarn/*
|
||||
!.yarn/patches
|
||||
!.yarn/plugins
|
||||
!.yarn/releases
|
||||
!.yarn/versions
|
||||
|
||||
# testing
|
||||
/coverage
|
||||
|
||||
# direnv
|
||||
.direnv
|
||||
|
||||
# output
|
||||
/out/
|
||||
out
|
||||
dist
|
||||
/build
|
||||
*.tgz
|
||||
|
||||
# pre-commit
|
||||
@@ -23,19 +37,30 @@ _.log
|
||||
report.[0-9]_.[0-9]_.[0-9]_.[0-9]_.json
|
||||
|
||||
# dotenv environment variable files
|
||||
.env
|
||||
.env.development.local
|
||||
.env.test.local
|
||||
.env.production.local
|
||||
.env.local
|
||||
.env*
|
||||
|
||||
# caches
|
||||
.eslintcache
|
||||
.cache
|
||||
*.tsbuildinfo
|
||||
/.next/
|
||||
|
||||
# IntelliJ based IDEs
|
||||
.idea
|
||||
|
||||
# Finder (MacOS) folder config
|
||||
# Misc
|
||||
.DS_Store
|
||||
*.pem
|
||||
|
||||
# vercel
|
||||
.vercel
|
||||
|
||||
# debug
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
.pnpm-debug.log*
|
||||
|
||||
# typescript
|
||||
*.tsbuildinfo
|
||||
next-env.d.ts
|
||||
|
||||
Reference in New Issue
Block a user