[gitignore][s]: consolidate on one .gitignore in the root directory.
This commit is contained in:
parent
337d4a8186
commit
39c43a6a54
21
.gitignore
vendored
21
.gitignore
vendored
@ -1,16 +1,14 @@
|
|||||||
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
|
||||||
|
|
||||||
# dependencies
|
# dependencies
|
||||||
/node_modules
|
node_modules/
|
||||||
/.pnp
|
.pnp
|
||||||
.pnp.js
|
.pnp.js
|
||||||
|
|
||||||
# testing
|
# testing
|
||||||
/coverage
|
coverage
|
||||||
/cypress/videos
|
cypress/videos
|
||||||
|
|
||||||
# next.js
|
# next.js
|
||||||
/.next/
|
.next/
|
||||||
/out/
|
/out/
|
||||||
|
|
||||||
# production
|
# production
|
||||||
@ -25,15 +23,8 @@ yarn-debug.log*
|
|||||||
yarn-error.log*
|
yarn-error.log*
|
||||||
|
|
||||||
# local env files
|
# local env files
|
||||||
|
.env
|
||||||
.env.local
|
.env.local
|
||||||
.env.development.local
|
.env.development.local
|
||||||
.env.test.local
|
.env.test.local
|
||||||
.env.production.local
|
.env.production.local
|
||||||
|
|
||||||
pages/App.css
|
|
||||||
|
|
||||||
# Monorepo packages Node Modules
|
|
||||||
packages/portal/node_modules
|
|
||||||
packages/create-portal-app/node_modules
|
|
||||||
packages/portal/.next
|
|
||||||
packages/portal/.env
|
|
||||||
|
|||||||
2
examples/catalog/.gitignore
vendored
2
examples/catalog/.gitignore
vendored
@ -1,2 +0,0 @@
|
|||||||
node_modules/
|
|
||||||
.next/
|
|
||||||
1
packages/create-portal-app/.gitignore
vendored
1
packages/create-portal-app/.gitignore
vendored
@ -1 +0,0 @@
|
|||||||
node_modules
|
|
||||||
Loading…
x
Reference in New Issue
Block a user