Skip to content

Commit 3498c56

Browse files
committed
chore: update gitignore
1 parent a1911a1 commit 3498c56

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,6 @@
2929

3030
# Dist
3131
/dist/
32+
33+
#OS
34+
.DS_Store

.npmignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,6 @@ node_modules/
3636
/.nvmrc
3737
/.travis.yml
3838
/gulpfile.js
39+
40+
#OS
41+
.DS_Store

0 commit comments

Comments
 (0)