Просмотр исходного кода

added node_modules and DS_Store to the gitignore file

Pooya Jaferian 9 лет назад
Родитель
Сommit
d512c5ab51
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      .gitignore

+ 2 - 0
.gitignore

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