-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy path.dockerignore
More file actions
85 lines (72 loc) · 1.12 KB
/
.dockerignore
File metadata and controls
85 lines (72 loc) · 1.12 KB
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
# Git
.git
.gitignore
.gitattributes
# Node modules (rebuilt in builder stage)
app/node_modules
# Tests
app/tests
app/phpunit.xml.dist
app/phpstan.neon
app/psalm.xml
app/phpcs.xml
app/jest.config.js
app/playwright.config.js
app/.phpunit.cache
# Dev containers
.devcontainer
.container-home
# Documentation
docs
app/docs
*.md
!app/README.md
# IDE and editor files
.vscode
.idea
*.code-workspace
.editorconfig
app/.editorconfig
# Docker dev files
docker/Dockerfile.app
docker/entrypoint.sh
docker/.env.example
# Dev scripts
dev-up.sh
dev-down.sh
dev-reset-db.sh
dev-seed-db.sh
dev_seed_clean.sql
reset_dev_database.sh
create_erd.sh
create_todo_list.sh
fix_permissions.sh
generate_api_docs.sh
hookup_ollama.sh
load_test.sh
make_amp_seed_db.sh
merge_from_upstream.sh
security-checker.sh
serve_docs.sh
set_display.sh
# Cron scripts (copied separately if needed)
cronScripts
# Migration scripts
Migration Script
# Specs
specs
# Test results
test-results
test-waiver.png
# Misc
*.log
.env
.env.*
!docker/.env.example
app/config/.env
app/config/.env.*
# PHPDoc config
app/phpdoc.dist.xml
app/jsdoc.config.json
app/babel.config.json
app/.babelrc