Skip to content

Commit 926bdee

Browse files
authored
Remove lockfile, add to gitignore, and add npmrc preventing its generation (microsoft#26519)
1 parent d433c6e commit 926bdee

File tree

3 files changed

+3
-6281
lines changed

3 files changed

+3
-6281
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,5 @@ tests/cases/user/*/**/*.d.ts
7575
!tests/cases/user/discord.js/
7676
tests/baselines/reference/dt
7777
.failed-tests
78-
TEST-results.xml
78+
TEST-results.xml
79+
package-lock.json

.npmrc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
package-lock=false

0 commit comments

Comments
 (0)