Browse Source

git忽略配置文件

guq 6 năm trước cách đây
mục cha
commit
f40604b870
1 tập tin đã thay đổi với 39 bổ sung0 xóa
  1. 39 0
      .gitignore

+ 39 - 0
.gitignore

@@ -0,0 +1,39 @@
+.git
+logs
+rebel.xml
+target/:
+applications/**/target/
+base-servers/**/target/
+framework/**/target/
+!.mvn/wrapper/maven-wrapper.jar
+### VSCODE ###
+.vscode
+### STS ###
+.apt_generated
+.classpath
+.factorypath
+.project
+.settings
+.springBeans
+
+### IntelliJ IDEA ###
+.idea
+*.iws
+*.iml
+*.ipr
+
+### NetBeans ###
+nbproject/private/
+build/:
+applications/**/build/
+base-servers/**/build/
+framework/**/build/
+frontend/saas-web/build/
+nbbuild/
+dist/
+node_modules/
+nbdist/
+.nb-gradle/
+generatorConfig.xml
+
+*.log: