浏览代码

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/