-
Notifications
You must be signed in to change notification settings - Fork 44
/
.gitignore
140 lines (129 loc) · 3.3 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
.gitignore
.DS_Store
.*swp
.idea
tags
# rely on static build images to ensure dependency consistency
composer.lock
/signature_files/
/puppet/cache/
/.vagrant
/.buildpath
/.settings/
/.project
/.htaccess
/.enabled-modules
/index.php
/nbproject/
/protected/data/*
/protected/media_data/*
/protected/models/ElementExample.php
/protected/models/elements/ElementExample.php
/protected/runtime/*
/protected/runtime/
/protected/tests/report/
/protected/tests/test_results/
/protected/views/elements/ElementExample/
/protected/config/db_dw.php
/protected/config/db_muu.php
/protected/config/local
/protected/views/patient/custom/info/php
/protected/yii
/phpMyAdmin
*zip
vendor
.sass-cache
node_modules
/docs/templates/styleguide/public/css
/docs/templates/styleguide/public/img
/docs/public/styleguide/
/docs/public/jsdoc
/docs/public/assets/core
/bin/phpunit
/bin/webunit
/bin/semver
/bin/update-versions
/docs/public
/protected/assets/img/fieldImages/*
/assets/
/protected/files/**
/protected/files
package-lock.json
.recycle/
/.recycle
.vscode/
/.vscode
.deleted
# exclude external modules
protected/modules/*
# Include core modules
!/protected/modules/Admin/
!/protected/modules/Api/
!/protected/modules/BreakGlass/
!/protected/modules/CSDClient/
!/protected/modules/CypressHelper/
!/protected/modules/Genetics/
!/protected/modules/OECaseSearch/
!/protected/modules/OESysEvent/
!/protected/modules/OETrial/
!/protected/modules/OphCiDidNotAttend/
!/protected/modules/OphCiExamination/
!/protected/modules/OphCiPhasing/
!/protected/modules/OphTrOperationchecklists/
!/protected/modules/OphCoCorrespondence/
!/protected/modules/OphCoCvi/
!/protected/modules/OphCoDocument/
!/protected/modules/OphCoMessaging/
!/protected/modules/OphCoTherapyapplication/
!/protected/modules/OphDrPrescription/
!/protected/modules/OphGeneric/
!/protected/modules/OphInBiometry/
!/protected/modules/OphInDnaextraction/
!/protected/modules/OphInDnasample/
!/protected/modules/OphInGeneticresults/
!/protected/modules/OphInLabResults/
!/protected/modules/OphInVisualfields/
!/protected/modules/OphOuAnaestheticsatisfactionaudit/
!/protected/modules/OphOuCatprom5/
!/protected/modules/OphTrConsent/
!/protected/modules/OphTrIntravitrealinjection/
!/protected/modules/OphTrLaser/
!/protected/modules/OphTrOperationbooking/
!/protected/modules/OphTrOperationnote/
!/protected/modules/PASAPI/
!/protected/modules/PatientTicketing/
!/protected/modules/OphDrPGDPSD/
!/protected/modules/Mirth/
# Tests
/jm_behat_report.html
/protected/tests/.phpunit.result.cache
# Temporary, until we've sorted out vagrant for installing test dependencies
/bin
composer.phar
features/bootstrap/Features/Templates/CODINGONLY.feature
selenium-server-standalone-2.35.0.jar
build/logs
protected/widgets/views/IndexSearch_Examination.php
protected/scripts/sample_db.sql
protected/scripts/sample_db.zip
protected/extensions/yii2-debug
# Never tracker docker-compose overrides or .env's
/docker-compose.override.yml
/.env
# Never track php-cs-fixer stuff
/.php-cs-fixer.*
# Allow local git ignores for dynamic changes we do not want to commit or track
.local_gitignore
**/0-a-restore.sql
buildinfo.txt
.devcontainer/.env
.history
# Cypress artifacts
cypress/videos/**
cypress/screenshots/**
cypress/downloads/**
**/.phpunit.result.cache
db.session.sql
# ignore nxblu in v6.7.x
protected/assets/NxBlu
protected/assets/nxblu