ccjgmwz hace 4 años
commit
74d855652b
Se han modificado 1 ficheros con 64 adiciones y 0 borrados
  1. 64 0
      .gitignore

+ 64 - 0
.gitignore

@@ -0,0 +1,64 @@
+HELP.md
+target/
+!.mvn/wrapper/maven-wrapper.jar
+!**/src/main/**
+!**/src/test/**
+
+### STS ###
+.apt_generated
+.classpath
+.factorypath
+.project
+.settings
+.springBeans
+.sts4-cache
+
+### IntelliJ IDEA ###
+.idea
+*.iws
+*.iml
+*.ipr
+
+### NetBeans ###
+/nbproject/private/
+/nbbuild/
+/dist/
+/nbdist/
+/.nb-gradle/
+#/build/
+
+### VS Code ###
+.vscode/
+
+### maven ###
+.mvn
+mvnw
+mvnw.cmd
+
+###properties###
+/unimall-launcher/src/main/resources/application-dev.properties
+/unimall-launcher/src/main/resources/application-prd.properties
+
+### target ###
+/target/
+/unpackage/dist/
+/unpackage/resources/
+/unpackage/debug/
+
+###node_modules###
+/node_modules/
+
+
+###logs###
+unimall.log
+unimall.log.*.gz
+unimall.log.*.tmp
+
+###templates###
+/templates/
+
+
+### plugins ###
+/plugins/
+/pages/plugins/
+/unimall-admin/src/views/plugins/