-
-
Notifications
You must be signed in to change notification settings - Fork 174
Expand file tree
/
Copy path.gitignore
More file actions
43 lines (39 loc) · 743 Bytes
/
.gitignore
File metadata and controls
43 lines (39 loc) · 743 Bytes
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
# OS + IDE
.DS_Store
.project
# Testing Logs
test-harness/logs/*.log
test-harness/logs
test-harness/test/logs
test-harness/test/specs/integration/logs
testing/cases/logging/tmp
testing/resources/logs/*.log
tests/results/**
tests/automation/results
tests/automation/results-*
tests/logs
tests/suites/loadtests/settings.xml
tests/bxtest/**
logs/*
# Build artifacts
artifacts/*
.artifacts/*
.tmp/*
apidocs/*-APIDocs
build/build.number
build-coldbox
# Dependencies
.engine/**
testbox/*
apidocs/testbox
apidocs/docbox
system/async/cbproxies
tests/suites/loadtests/logs
test-harness/**/route-visualizer
system/exceptions/node_modules/**
# Custom Settings
test-harness/config/runtime.properties.cfm
.env
/settings.xml
/.settings/
grapher/data/**