Build OrbitFlow frontend admin template
This commit is contained in:
34
.gitignore
vendored
Normal file
34
.gitignore
vendored
Normal file
@@ -0,0 +1,34 @@
|
||||
# dependencies and local caches
|
||||
/node_modules
|
||||
/.npm-cache/
|
||||
/.pnp
|
||||
.pnp.*
|
||||
.yarn/*
|
||||
!.yarn/patches
|
||||
!.yarn/plugins
|
||||
!.yarn/releases
|
||||
!.yarn/versions
|
||||
|
||||
# tests and builds
|
||||
/coverage
|
||||
/.next/
|
||||
/.vinext/
|
||||
/out/
|
||||
/dist/
|
||||
/.wrangler/
|
||||
/outputs/
|
||||
/work/
|
||||
*.tsbuildinfo
|
||||
|
||||
# local files
|
||||
.DS_Store
|
||||
*.pem
|
||||
*.starter
|
||||
*.pre-tsbuild
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
.pnpm-debug.log*
|
||||
.env*
|
||||
.vercel
|
||||
next-env.d.ts
|
||||
Reference in New Issue
Block a user