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
|
||||
.env
|
||||
.netlify
|
||||
@@ -7,8 +8,13 @@ dist
|
||||
dist-babel
|
||||
node_modules
|
||||
yarn-error.log
|
||||
redwood/*
|
||||
web/public/mockServiceWorker.js
|
||||
web/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