Browse Source

Merge pull request #14 from pooyaj/gitignore-fix

added node_modules and .DS_Store to the .gitignore file
Michael Jackson 9 năm trước cách đây
mục cha
commit
06fb883b6d
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      .gitignore

+ 2 - 0
.gitignore

@@ -1,2 +1,4 @@
 bundle.js
 *.bundle.js
+node_modules
+.DS_Store