Sfoglia il codice sorgente

add a .gitignore file for this project

Stephen Gold 4 anni fa
parent
commit
e660208d59
1 ha cambiato i file con 5 aggiunte e 0 eliminazioni
  1. 5 0
      .gitignore

+ 5 - 0
.gitignore

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