123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123 |
- # 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
|