-
Notifications
You must be signed in to change notification settings - Fork 10
/
.gitignore
141 lines (106 loc) · 2.05 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
141
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.yarn
server/log
# Runtime data
pids
*.pid
*.seed
*.pid.lock
# Compiled binary addons (https://nodejs.org/api/addons.html)
build/Release
# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov
# Coverage directories used by tools like istanbul and nyc
coverage
.nyc_output
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt
# Bower dependency directory (https://bower.io/)
bower_components
# node-waf configuration
.lock-wscript
# Dependency directories
node_modules/
jspm_packages/
# TypeScript v1 declaration files
typings/
# Optional npm cache directory
.npm
# Optional eslint cache
.eslintcache
# Optional REPL history
.node_repl_history
# Output of 'npm pack'
*.tgz
# Yarn Integrity file
.yarn-integrity
# dotenv environment variables file
.env
configs/shr/.env
configs/opencr-hapi/.env
configs/opencr/.env
configs/isanteplus/*.env
# next.js build output
.next
# MacOS specific files
.DS_Store
*.DS_Store
# Docker data volumes
**/data
!/projects/openhim-mediator-fhir-converter/data
# Production
/docs/build
# Generated files
/docs/.docusaurus
/docs/.cache-loader
# Built Go Binaries
platform-linux
platform.exe
platform-macos
instant-linux
instant.exe
instant-macos
instant
# Ignore the running script
.mk.sh
# Ignore OpenMRS modules + platform
openmrs
openmrs/*
docker/isanteplus/openmrs-runtime.properties
# VSCode
.vscode
# Config files
config_docker.json
tmpConfig.json
# IPython notebook checkpoints
*.ipynb_checkpoints
/openmrs/
*.ipynb_checkpoints/
# Vagrant
.vagrant
# Server key/cert examples for ansible
packaging/ansible/server_cert.pem
packaging/ansible/server_key.pem
server/certificates/server_cert.pem.bak
server/certificates/server_key.pem.bak
# Client key/cert examples for ansible
ansible_key.pem
ansible_cert.pem
ansible_csr.pem
ansible.p12
# HAPI properties
hapi.properties
# Configs for isanteplus
configs/isanteplus/custom_modules/*.omod
configs/isanteplus/db/*.sql
# Other
*.bak
parquet
isante-backup
dist
.tmp