Update .gitignore to match create-redwood-app template (#42)
This commit is contained in:
10
.gitignore
vendored
10
.gitignore
vendored
@@ -1,3 +1,4 @@
|
|||||||
|
.idea
|
||||||
.DS_Store
|
.DS_Store
|
||||||
.env
|
.env
|
||||||
.netlify
|
.netlify
|
||||||
@@ -7,8 +8,13 @@ dist
|
|||||||
dist-babel
|
dist-babel
|
||||||
node_modules
|
node_modules
|
||||||
yarn-error.log
|
yarn-error.log
|
||||||
redwood/*
|
|
||||||
web/public/mockServiceWorker.js
|
web/public/mockServiceWorker.js
|
||||||
web/types/graphql.d.ts
|
web/types/graphql.d.ts
|
||||||
api/types/graphql.d.ts
|
api/types/graphql.d.ts
|
||||||
web/public/mockServiceWorker.js
|
.pnp.*
|
||||||
|
.yarn/*
|
||||||
|
!.yarn/patches
|
||||||
|
!.yarn/plugins
|
||||||
|
!.yarn/releases
|
||||||
|
!.yarn/sdks
|
||||||
|
!.yarn/versions
|
||||||
|
|||||||
Reference in New Issue
Block a user