Skip to content

Commit 4911131

Browse files
committed
Replace .DS_Store -> package-lock.json in .gitignore
1 parent 10d499b commit 4911131

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
/node_modules
2-
.DS_Store
3-
*.zip
2+
package-lock.json
3+
*.zip

0 commit comments

Comments
 (0)