ソースを参照

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/