initial commit - code moved to separate repo
This commit is contained in:
27
.gitignore
vendored
Normal file
27
.gitignore
vendored
Normal file
@ -0,0 +1,27 @@
|
||||
.DS_Store
|
||||
|
||||
node_modules/
|
||||
logs
|
||||
*.log
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
lerna-debug.log*
|
||||
.yarn-integrity
|
||||
.npm
|
||||
|
||||
.eslintcache
|
||||
|
||||
*.tsbuildinfo
|
||||
next-env.d.ts
|
||||
|
||||
.next
|
||||
.vercel
|
||||
.env*.local
|
||||
|
||||
*.zip
|
||||
next-cart-app.zip
|
||||
|
||||
!public/uploads/thumb/
|
||||
certificates
|
||||
content/output/*
|
Reference in New Issue
Block a user