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

gitignore: add data/images/current

sschmid 5 лет назад
Родитель
Сommit
cc8a200daa
1 измененных файлов с 3 добавлено и 0 удалено
  1. 3 0
      .gitignore

+ 3 - 0
.gitignore

@@ -14,6 +14,9 @@ pids
 *.pid
 *.seed
 
+# optional npm script-generated data
+data/images/current
+
 # Documentation
 docs