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

add a .gitignore file for this project

Stephen Gold 4 лет назад
Родитель
Сommit
e660208d59
1 измененных файлов с 5 добавлено и 0 удалено
  1. 5 0
      .gitignore

+ 5 - 0
.gitignore

@@ -0,0 +1,5 @@
+/.cache/
+/.gradle/
+/.nb-gradle/
+/build/
+/node_modules/