Browse Source

add a .gitignore file for this project

Stephen Gold 4 năm trước cách đây
mục cha
commit
e660208d59
1 tập tin đã thay đổi với 5 bổ sung0 xóa
  1. 5 0
      .gitignore

+ 5 - 0
.gitignore

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