-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.gitignore
30 lines (25 loc) · 959 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
# NOTE: Be careful with global ignores for possibly non-derived content (*.png, *.csv, *.tex, *.project, etc.)
# These may lead to confusing sitiations or even data loss, when files are falsely assumed to be version managed.
# For such files, a specific pattern including the full path is more appropriate (e.g: someSubdir/ignoreMe.png)
NewFrontend/EURent/EURent-InterfaceSpecifications.xlsx
NewFrontend/History/make.bat
*.project
*.epp
volumes
prototype-src/
.env
.cache
.env.*
/vendor/
Testing/RobotFramework/Results
Testing/Gatling/.idea/shelf/
Testing/Gatling/.idea/workspace.xml
Testing/Gatling/target
Testing/Gatling/results
Testing/Gatling/src/test/results
Testing/Gatling/src/test/resources/recorder.conf
Testing/SpecFlow/SpecFlowRAP/.vs
Testing/SpecFlow/SpecFlowRAP/SpecFlowCalculator.Specs/bin/
Testing/SpecFlow/SpecFlowRAP/SpecFlowCalculator.Specs/obj/
Testing/SpecFlow/SpecFlowRAP/SpecFlowCalculator.Specs/Features/*.feature.cs
gatling-3-7-2/