Ver código fonte

添加ignore

wanxl 2 anos atrás
pai
commit
c5aea793d1
1 arquivos alterados com 39 adições e 0 exclusões
  1. 39 0
      .gitignore

+ 39 - 0
.gitignore

@@ -0,0 +1,39 @@
+# Java
+*.class
+*.jar
+*.war
+*.ear
+
+# Eclipse
+.project
+.classpath
+.settings
+
+# Idea
+.idea
+*.iml
+*.iws
+*.ipr
+
+# OS
+Thumbs.db
+.DS_Store
+
+# Gradle
+.gradle
+!gradle-wrapper.jar
+
+# Maven
+target
+
+# Build
+out
+build
+bin
+
+# Other
+*.log
+*.swp
+*.bak
+
+