Skip to content

Commit

Permalink
Unignore package-lock.json
Browse files Browse the repository at this point in the history
  • Loading branch information
cyntler committed Apr 15, 2022
1 parent b8faf4e commit a00affe
Show file tree
Hide file tree
Showing 3 changed files with 38,053 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# lock files
package-lock.json
yarn.lock

# dev
/.vscode

# dependencies
/node_modules
/.pnp
Expand Down
5 changes: 5 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"typescript.tsdk": "node_modules/typescript/lib"
}
Loading

0 comments on commit a00affe

Please sign in to comment.