Skip to content
This repository has been archived by the owner on Oct 7, 2022. It is now read-only.

Commit

Permalink
remove errant vim tmpfile and add to gitignore (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
rhelmer authored Sep 23, 2021
1 parent 556da18 commit f707be7
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 25 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -130,3 +130,8 @@ screenshots/
.firebaserc

static/firebase.config.json

# vi/vim
*.swp
*.swo
*~
47 changes: 23 additions & 24 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@types/webextension-polyfill": "^0.8.0",
"babel-core": "^7.0.0-bridge.0",
"babel-loader": "^8.2.2",
"chromedriver": "^92.0.1",
"chromedriver": "^93.0.1",
"core-js": "^3.8.1",
"eslint": "^7.12.1",
"eslint-plugin-import": "^2.22.1",
Expand Down
Binary file removed src/src/.test.swp
Binary file not shown.

0 comments on commit f707be7

Please sign in to comment.