Skip to content

Commit fd23e3a

Browse files
Ghislain BeaulacGhislain Beaulac
authored andcommitted
remove & ignore unnecessary yarn files
1 parent ac812a5 commit fd23e3a

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,8 @@ yarn.lock
4545
# System Files
4646
.DS_Store
4747
Thumbs.db
48+
49+
# package manager files
50+
package-lock.json
51+
yarn.lock
52+
yarn-error.log

.npmignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,8 @@
1616
!.vscode/launch.json
1717
!.vscode/extensions.json
1818
.chrome
19+
20+
# package manager files
21+
package-lock.json
22+
yarn.lock
23+
yarn-error.log

0 commit comments

Comments
 (0)