-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
46 lines (41 loc) · 871 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# 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/
# This folder is generated by running one of the tests (HTML report?), so ignore it for now
# See https://github.com/apache/jmeter/issues/5762
/src/dist-check/temp/
/dist/
/docs/
/local/
/printable_docs/
/reports/
/site/
/target/
!/bin/report-template/**/dist
/bin/temp/
/bin/testfiles/testReport*
# Ignore Gradle project-specific cache directory
.gradle
# burrunan/gradle-cache-action creates this folder, so ignore it until the folder moved to another location
/.cache-proxy
# macOS
.DS_Store
# specific files to ignore
*.log
.ant-targets-build.xml
.checkstyle
.classpath
*.zip