This repository has been archived by the owner on May 31, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
74 lines (65 loc) · 1.72 KB
/
.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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
.DS_Store
.sublime-grunt.cache
.idea
.project
.php_cs.cache
/coverage
/node_modules
/mot-selenium/allure-results
/.sass-cache
/vendor
Gemfile.lock
/poc-log/
/.settings
vendor
mot-behat-tests/vendor
*autoload_classmap.php
phpunit.global.bootstrap.php
tests/postman/collection.json
tests/postman/results.json
tests/postman/*/*/response.txt
npm-debug.log
mot-selenium/build/
/poc-log
/poc-api/module/*/test/log/
/poc-web/module/*/test/log/
# Eclipse files
.metadata/
RemoteSystemsTempFiles/
/nbproject/private/
/mot-api/data/jasper/Scriptlets/OverflowScriptlet/build/
/mot-api/data/jasper/Scriptlets/OverflowScriptlet/dist/
/mot-api/data/DoctrineORMModule/
/mot-api/db/temp-dev/
/mot-behat/data/DoctrineORMModule/
# Generated CSS and Javascript files from build tools
mot-static/public/css/dist/*.css
mot-web-frontend/public/css/dist/*.css
*.css.map
# Generated casper test JavaScript files & XML Output
mot-static/tests/js/casper/public/js/libraries.js
mot-static/tests/js/casper/public/js/classes.js
mot-static/tests/js/casper/public/js/enforcement.js
/mot-static/tests/js/casper/casper-results.xml
# Ignore the generated ux mock files, copied from real directories when bringing the server up.
mot-static/src/html/mocks/js
mot-static/src/html/mocks/css
mot-static/src/html/mocks/img
mot-static/src/html/mocks/mocks.json
# Ignore the compiled files during compilation
mot-static/compiled/*
# Ignore the Devtools folder
mot-devtools
infrastructure
Jenkins_Scripts
# Ignore the behat cache files
mot-behat/bin/classmap_generator.php
mot-behat/bin/pluginmap_generator.php
mot-behat/bin/templatemap_generator.php
coverage
*dist.bak
/mot-api/build
/mot-api/config/autoload/doctrine.development.php
# Ignore Java services
vehicle-service
authorisation-service