Skip to content

Commit 04d3383

Browse files
sonicoder86ngabor84
andcommitted
fix(package): skip lock file
EME-5173 Co-authored-by: Gabor Nemeth <[email protected]>
1 parent 25cfdcc commit 04d3383

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
# Created by https://www.gitignore.io/api/osx,node,linux,intellij+all,visualstudiocode
3-
3+
package-lock.json
44
### Intellij+all ###
55
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
66
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
@@ -140,7 +140,7 @@ typings/
140140
.LSOverride
141141

142142
# Icon must end with two \r
143-
Icon
143+
Icon
144144

145145
# Thumbnails
146146
._*

.npmrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
package-lock=false
2+
save-exact=true

0 commit comments

Comments
 (0)