Parcourir la source

add a .gitignore file for this project

Stephen Gold il y a 4 ans
Parent
commit
e660208d59
1 fichiers modifiés avec 5 ajouts et 0 suppressions
  1. 5 0
      .gitignore

+ 5 - 0
.gitignore

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