mirror of
https://github.com/velocitatem/cvfs.git
synced 2026-05-31 08:43:37 +00:00
Initial commit
This commit is contained in:
16
apps/webapp/.gitignore
vendored
Normal file
16
apps/webapp/.gitignore
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
/node_modules
|
||||
/.next/
|
||||
/out/
|
||||
/build
|
||||
/coverage
|
||||
.DS_Store
|
||||
*.pem
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
.pnpm-debug.log*
|
||||
.env*
|
||||
.vercel
|
||||
*.tsbuildinfo
|
||||
next-env.d.ts
|
||||
package-lock.json
|
||||
Reference in New Issue
Block a user