Skip to content

Commit b7dbea2

Browse files
authored
chore: gitignore editor tmp dir & lib npm with private (#2022)
1 parent b26003f commit b7dbea2

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,5 @@
1818
bin
1919
esbuild.exe
2020
node_modules/
21+
.vscode/
22+
.idea/

lib/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"private": true,
23
"dependencies": {
34
"@types/node": "17.0.2",
45
"typescript": "4.5.4"

0 commit comments

Comments
 (0)