Skip to content

Commit dc90f4c

Browse files
committed
ignore some dev env files ❌ ..
1 parent 055bebb commit dc90f4c

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.gitignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# ignore all locks file
2+
package-lock.json
3+
yarn.lock
4+
5+
# ignore mac os temp file
6+
.DS_Store
7+
8+
# ignore logs file
9+
*.log

0 commit comments

Comments
 (0)