123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123 |
- *.class
- *.log
- *.ctxt
- .mtj.tmp/
- *.jar
- *.war
- *.ear
- hs_err_pid*
- *.class
- *.jar
- *.war
- *.ear
- *.ap_
- *.zip
- *.dex
- *.classpaths
- *.project
- *.classpath
- .settings/
- .loadpath
- /release
- *.appengine-generated/
- !*/src/main/**/gen/**/generated-sources/
- .DS_Store
- .factorypath
- .gradle/
- build/
- target/
- tmp/
- out/
- .classpath
- .project
- .settings
- bin
- tmp
- *.swp
- .idea/
- *.iml
- *.ipr
- *.iws
- .idea/workspace.xml
- .idea/libraries/
- out
- nbproject/private/
- build
- nbbuild/
- dist/
- nbdist/
- nbactions.xml
- nb-configuration.xml
- .vscode/
- .DS_Store
- target/
- dependency-reduced-pom.xml
- buildNumber.properties
- .mvn/timing.properties
- node/
- .pmd/
- .gradle
- build
- rebel.xml
- coverage/
- *.ec
- *.em
- *.emma
- TEST*.xml
- test-results/
- .testHistory/
- *.bak
- *.swp
- *.swo
- .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
|