ソースを参照

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