Parcourir la source

初始化工程

andyliu il y a 1 an
commit
b792a69448
2 fichiers modifiés avec 33 ajouts et 0 suppressions
  1. 32 0
      .gitignore
  2. 1 0
      ReadMe.txt

+ 32 - 0
.gitignore

@@ -0,0 +1,32 @@
+target/
+trilog/
+upload/
+download/
+.idea/
+.idea/inspectionProfiles/
+.idea/libraries/
+*.bak
+*.iml
+### !.mvn/wrapper/maven-wrapper.jar
+
+### STS ###
+.apt_generated
+.classpath
+.factorypath
+.project
+.settings
+.springBeans
+
+### IntelliJ IDEA ###
+.idea
+*.iws
+### *.iml
+*.ipr
+
+### NetBeans ###
+nbproject/private/
+build/
+nbbuild/
+dist/
+nbdist/
+.nb-gradle/

+ 1 - 0
ReadMe.txt

@@ -0,0 +1 @@
+初始化工程