-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.deployignore
More file actions
125 lines (111 loc) · 1.65 KB
/
Copy path.deployignore
File metadata and controls
125 lines (111 loc) · 1.65 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
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
# Files and directories that should be excluded from deployment
# Version control
.git/
.github/
.gitattributes
.gitignore
# Editor configurations
.vscode/
.idea/
*.sublime-*
.editorconfig
# Documentation files
*.md
!README.md
!AZURE_DEPLOYMENT.md
docs/
CHANGELOG.md
CONTRIBUTING.md
LICENSE
HIPAA_*.md
IMPLEMENTATION_*.md
TESTING_*.md
TESSERACT_*.md
FILE_DOWNLOAD_*.md
PROJECT_*.md
# Development and testing
__tests__/
test/
tests/
*.test.*
*.spec.*
jest.config.js
jest.setup.js
cypress.json
cypress/
coverage/
test-*.sh
test-*.py
test-admin-only.sh
test-all-routes.sh
test-file-download.sh
test-hipaa-api.py
test-hipaa-complete.sh
test-ocr-functionality.sh
test-user-management.sh
validate-deployment.js
# Build artifacts
.next/cache/
.next/trace/
.next/server/*.map
node_modules/
node_modules/.bin/
*.tsbuildinfo
tsconfig.tsbuildinfo
# Development configs
*.config.js
*.config.ts
*.config.mjs
postcss.config.mjs
tailwind.config.ts
!next.config.mjs
# Source maps
**/*.map
# TypeScript source (keep declaration files)
*.ts
*.tsx
!*.d.ts
!next-env.d.ts
tsconfig.json
tsconfig.*.json
# Temporary files and logs
tmp/
*.tmp
logs/
audit_logs/
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
cleanup.log
# Runtime generated files and directories
processed/
uploads/
output/
secure_storage/
*.backup
*.bak
# Environment variables
.env
.env.*
!.env.production
# Docker related
Dockerfile
Dockerfile.production
docker-compose.yml
docker-compose.*.yml
.dockerignore
get-docker.sh
# Project-specific
jbig2enc/
check-jbig2.sh
demo-hipaa-app.sh
cookies.txt
components.json
# Keep essential files
!server.js
!server.cjs
!web.config
!iisnode.yml
!startup.sh
!ensure-permissions.sh