瀏覽代碼

增加git忽略

johnclot69 1 月之前
當前提交
7faa4fee17
共有 1 個文件被更改,包括 123 次插入0 次删除
  1. 123 0
      .gitignore

+ 123 - 0
.gitignore

@@ -0,0 +1,123 @@
+# Compiled class files
+*.class
+
+# Log files
+*.log
+
+# BlueJ files
+*.ctxt
+
+# Mobile Tools for Java (J2ME)
+.mtj.tmp/
+
+# Package Files #
+*.jar
+*.war
+*.ear
+
+# Virtual machine crash logs, core dumps, and various ide crash logs
+hs_err_pid*
+
+# Java specific
+*.class
+*.jar
+*.war
+*.ear
+*.ap_ 
+*.zip
+*.dex
+*.classpaths
+*.project
+*.classpath
+.settings/
+.loadpath
+/release
+
+# Google App Engine
+*.appengine-generated/
+!*/src/main/**/gen/**/generated-sources/
+.DS_Store
+.factorypath
+.gradle/
+build/
+target/
+tmp/
+out/
+
+# Eclipse
+.classpath
+.project
+.settings
+bin
+tmp
+*.swp
+
+# IntelliJ IDEA
+.idea/
+*.iml
+*.ipr
+*.iws
+.idea/workspace.xml
+.idea/libraries/
+out
+
+# NetBeans
+nbproject/private/
+build
+nbbuild/
+dist/
+nbdist/
+nbactions.xml
+nb-configuration.xml
+
+# VS Code
+.vscode/
+
+# macOS files
+.DS_Store
+
+# Maven
+target/
+dependency-reduced-pom.xml
+buildNumber.properties
+.mvn/timing.properties
+node/
+.pmd/
+
+# Gradle
+.gradle
+build
+
+# JRebel
+rebel.xml
+
+# Code coverage / Reports
+coverage/
+*.ec
+*.em
+*.emma
+
+# Unit test reports
+TEST*.xml
+test-results/
+.testHistory/
+
+# Temporary files
+*.bak
+*.swp
+*.swo
+
+# Environment-specific configurations
+.env
+/incubator-message/build
+/incubator-game/build
+/incubator-core/build
+/incubator-common/build
+/incubator-center/build
+/.gradle
+/incubator-center/logs
+/incubator-center/out
+/incubator-common/out
+/incubator-core/out
+/incubator-game/out
+/incubator-game/logs