Update .gitignore to match create-redwood-app template (#42)

This commit is contained in:
hello there
2022-04-21 22:52:45 -03:00
committed by GitHub
parent 9eb54f11cb
commit 03436e2156

10
.gitignore vendored
View File

@@ -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