Skip to content

Commit

Permalink
fix(ignores): add some missing entries (#7794)
Browse files Browse the repository at this point in the history
1. Ignore SSR build.
2. Ignore formatting generated file.
3. Don't ignore SSR's Webpack config.
  • Loading branch information
queengooborg authored Dec 12, 2022
1 parent 4460127 commit f81fe02
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
*.min.js
client/build/
dist/
ssr/dist/
libs/
client/public/service-worker.js
client/public/
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ yarn-error.log*
/server/*.js.map
/ssr/dist/
/ssr/*.js
!/ssr/webpack.config.js
/ssr/*.js.map
/tool/*.js
/tool/*.js.map
Expand Down
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@ _githistory.json
/ssr/mozilla.dnthelper.min.js
/mdn/content
popularities.json
/client/public/service-worker.js

0 comments on commit f81fe02

Please sign in to comment.