|
@@ -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
|