forked from openemr/openemr
-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy path.gitignore
More file actions
53 lines (44 loc) · 1019 Bytes
/
Copy path.gitignore
File metadata and controls
53 lines (44 loc) · 1019 Bytes
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
# logs
/logs
# environment vars
.env
# vendor and assets
node_modules
/vendor/*
# oe-module-claimrev-connect is installed as a Composer dependency
# (claimrevolution/oe-module-claimrev-connect) and relocated into this path by
# the oe-module-installer-plugin during `composer install`. Never commit the
# installed copy.
/interface/modules/custom_modules/oe-module-claimrev-connect/*
/public/assets/*
/public/themes/*
!/public/assets/modified
/.docs/.out/*
# ccda service build
ccdaservice/node_modules
# dev editor configs
/.idea/*
/.vscode/*
/.vscode-oss/*
/nbproject/*
.DS_Store
.buildpath
.project
.settings
# testing
.phpunit.result.cache
# dev tool local overrides
phpcs.xml
phpstan.neon
coverage/js-unit
# phpstan
tmp-phpstan/*
# easy dev worktree support
.worktrees.json
.worktrees.json.lock
docker/development-easy/docker-compose.override.yml
docker/development-easy-light/docker-compose.override.yml
docker/development-easy-redis/docker-compose.override.yml
compose.override.yml
tmp/
.webpack-cache/