1 Star 0 Fork 0

橙子 / jmeter

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.gitignore 1.40 KB
一键复制 编辑 原始数据 按行查看 历史
# Directory trees to ignore
/backups/
/build/
/buildSrc/build/
/buildSrc/subprojects/*/build/
/buildSrc/subprojects/*/bin/
/buildSrc/subprojects/*/out/
/src/build/
/src/bin/
/src/out/
/src/*/build/
/src/*/bin/
/src/*/out/
/src/protocol/*/build/
/src/protocol/*/bin/
/src/protocol/*/out/
/dist/
/docs/
/local/
/printable_docs/
/reports/
/site/
/target/
!/bin/report-template/**/dist
/bin/temp/
/bin/testfiles/testReport*
# Ignore Gradle project-specific cache directory
.gradle
# macOS
.DS_Store
# specific files to ignore
*.log
.ant-targets-build.xml
.checkstyle
.classpath
.externalToolBuilders
.fbwarnings
.fbprefs
.pmd
.project
.settings
# bin/ folder is used to launch JMeter, so we ignore certain files there
/bin/ApacheJMeter.jar
# Below are the results of "batch test" execution
/bin/*.csv
/bin/*.jmx
/bin/*.jtl
/bin/*.xml
# We need log4j2.xml and tika-config.xml even though we want to exclude xml created by batch tests
!/bin/log4j2.xml
!/bin/tika-config.xml
build-local.properties
jmeter-fb.*
# ignore generated keystore and certs
/bin/proxyserver.jks
/bin/ApacheJMeterTemporaryRootCA.crt
/bin/ApacheJMeterTemporaryRootCA.usr
# ignore jar's in lib/
/lib/**/*.jar
# ignore default report output directory
/bin/report-output
/output/
# IDEA
/out/
.idea/*
!/.idea/icon.png
*.iml
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
# other jvm related files
.attach_*
Java
1
https://gitee.com/xuchengzhi/jmeter.git
git@gitee.com:xuchengzhi/jmeter.git
xuchengzhi
jmeter
jmeter
master

搜索帮助