Browse Source

增加Intellij idea、MacOS、Gradle的gitignore配置

junyu_shi 9 năm trước cách đây
mục cha
commit
1db79164b7
1 tập tin đã thay đổi với 13 bổ sung0 xóa
  1. 13 0
      mybatis-plus/.gitignore

+ 13 - 0
mybatis-plus/.gitignore

@@ -2,3 +2,16 @@
 /.settings/
 /.project
 /.classpath
+
+# IntelliJ project files
+.idea
+*.iml
+out
+html
+
+# gradle
+.gradle
+build
+
+# MacOS
+.DS_Store