Преглед изворни кода

add a .gitignore file for this project

Stephen Gold пре 4 година
родитељ
комит
e660208d59
1 измењених фајлова са 5 додато и 0 уклоњено
  1. 5 0
      .gitignore

+ 5 - 0
.gitignore

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