Skip to content

Commit f69729d

Browse files
committed
.gitignore file updated
1 parent 8971d5c commit f69729d

1 file changed

Lines changed: 5 additions & 47 deletions

File tree

.gitignore

Lines changed: 5 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -1,58 +1,16 @@
11
# gitignore template for ecu.test workspaces - by tracetronic https://tracetronic.com
2-
# website: https://www.ecu-test.com
3-
# * all directories are related to the default directories, please adapt the .gitignore if you use customized directories
2+
all directories are related to the default directories, please adapt the .gitignore if you use customized directories
43

54
# Dynamic workspace settings
65
# * We don't recommend to ignore the .workspace directory, because of important
76
# * project specific settings
87
# * local user settings
98
.workspace/ETdrive.xml
10-
.workspace/favorites.xml
11-
.workspace/filters.xml
12-
.workspace/generators.xml
13-
.workspace/history.xml
14-
.workspace/parallelExecution.xml
15-
.workspace/signalviewer.xml
16-
.workspace/signalViewerHistory.json
17-
.workspace/signalviewer2layout.xml
18-
.workspace/testeditor.xml
19-
.workspace/tooladapter.xml
20-
.workspace/view.xml
21-
# optional, if your process depends on this file remove exclusion
22-
.workspace/attributeLists.xml
23-
.workspace/interactiveexecution.xml
24-
.workspace/protocol.xml
25-
.workspace/pythonlibrary.xml
26-
# deprecated, support for older versions
27-
.workspace/traceexplorer.xml
289

29-
# Custom file formats and test dependencies
30-
# * you can manage your artifacts also with test.guide (https://www.test-guide.info) and reference them via Playbooks
31-
*.arxml
32-
*.a2l
33-
*.dbc
34-
*.hex
35-
*.s19
36-
[tT]estdata
37-
[tT]estdaten
38-
39-
# Test results and test execution related content
40-
# * Git is not intended to store and provide test results for all iterations
41-
# * We recommend to use test.guide (https://www.test-guide.info) for the test report management
42-
TestReports
43-
44-
# Report generators and templates
45-
# * if you want to provide (f.e.) your own report generators exclude the directory here and ignore only the unnecessary subdirectories
46-
Templates
47-
48-
# optional, default for external Python libraries
49-
PyLibs
50-
51-
# Exclude large binary artifacts
52-
# * you can manage your artifacts also with test.guide (https://www.test-guide.info) and reference them via Playbooks
53-
Offline-FIUs
54-
Offline-Models
55-
Offline-SGBDs
10+
*.logs
11+
.secrets
12+
.passwords
13+
.env
5614
*.exe
5715
*.msi
5816
*.zip

0 commit comments

Comments
 (0)