瀏覽代碼

Add .gitignore for post-compilation files

Lorenzo Dellacà 3 年之前
父節點
當前提交
f3336c9722
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      .gitignore

+ 4 - 0
.gitignore

@@ -0,0 +1,4 @@
+/.idea
+*.class
+/target
+*.iml