xiatian há 2 anos atrás
pai
commit
6e0a05e46f
1 ficheiros alterados com 12 adições e 42 exclusões
  1. 12 42
      .gitignore

+ 12 - 42
.gitignore

@@ -1,51 +1,21 @@
-
-### IntelliJ IDEA ###
-.idea
-*.iws
-*.iml
-*.ipr
 *.class
-*.log
-
 
-### Eclipse & STS ###
-.apt_generated
-.classpath
-.factorypath
+# Proguard folder generated by ide
 .project
+.classpath
 .settings
-.springBeans
-.sts4-cache
-
-
-### NetBeans ###
-/nbproject/private/
-/nbbuild/
-/dist/
-/nbdist/
-/.nb-gradle/
-build/
-!**/src/main/**/build/
-!**/src/test/**/build/
-
+target/
+.idea/
+*.iml
 
-### VS Code ###
-.vscode
-node_modules
-package-lock.json
-yarn.lock
+# Log Files
+*.log
+*.class
 
 
-### Package Files ###
-*.zip
+# Package Files #
+*.jar
 *.war
 *.ear
-!.mvn/wrapper/maven-wrapper.jar
-!**/src/main/**/target/
-!**/src/test/**/target/
-target/
-
-.flattened-pom.xml
-.DS_Store
-files/
-
+logs/
+files/