Browse Source

项目初始化

luogang 10 months ago
parent
commit
8dd546e26d
1 changed files with 44 additions and 0 deletions
  1. 44 0
      .gitignore

+ 44 - 0
.gitignore

@@ -0,0 +1,44 @@
+# Intellij project files
+*.iml
+*.ipr
+*.iws
+.idea/
+
+# Compiled class file
+*.class
+
+# Log file
+*.log
+*.flattened-pom.xml
+# Package Files #
+*.jar
+*.war
+*.nar
+*.ear
+*.zip
+*.tar.gz
+*.rar
+
+# Maven
+target/
+pom.xml.tag
+pom.xml.releaseBackup
+pom.xml.versionsBackup
+pom.xml.next
+release.properties
+dependency-reduced-pom.xml
+buildNumber.properties
+.mvn/timing.properties
+
+# Eclipse
+.metadata/
+.settings/
+bin/
+tmp/
+*.tmp
+*.bak
+*.swp
+*~.nib
+.project
+.classpath
+.loadpath