Browse Source

initial commit

herlanS_ 1 ngày trước cách đây
commit
63f2791266
2 tập tin đã thay đổi với 40 bổ sung0 xóa
  1. 2 0
      .gitattributes
  2. 38 0
      .gitignore

+ 2 - 0
.gitattributes

@@ -0,0 +1,2 @@
+/mvnw text eol=lf
+*.cmd text eol=crlf

+ 38 - 0
.gitignore

@@ -0,0 +1,38 @@
+HELP.md
+target/
+data/
+*.dat
+/config/cpx-processor-setting.yml
+/config/general-setting.yml
+!.mvn/wrapper/maven-wrapper.jar
+!**/src/main/**/target/
+!**/src/test/**/target/
+
+### 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/
+!**/src/main/**/build/
+!**/src/test/**/build/
+
+### VS Code ###
+.vscode/