forked from DIGI-UW/OpenELIS-Global-2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
106 lines (91 loc) · 2.07 KB
/
.gitignore
File metadata and controls
106 lines (91 loc) · 2.07 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
# compiled code #
*.class
*.DS_Store
# Package Files #
*.war
*.ear
#local use files
liqubase.properties
id_file
.env
# IDE files #
.idea/
.vscode/
.classpath
.settings/
.project
.factorypath
# Maven Files #
*target/
# Node / Frontend artifacts
node_modules/
frontend/node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
#Developer specific docker-compose
/docker-compose.yml
dev/
# Additional build files
src/main/resources/adminPassword.txt
/OEInstaller/
/docs_back
/bin/
/.apt_generated/
*/plugins/*.jar
Patient/*
volume/database/data
volume/letsencrypt/
tools/Liquibase-Outdated
volume/tomcat/*
volume/database/data*/*
volume/logs/*
volume/ocl/*
volume/odoo/*
.specify/temp/
.specify/audit-reports/*.md
volume/branding/*
volume/lucene/*
# AI Agent command directories (generated by installer scripts)
# These are compiled from legacy .specify sources and packaged skills, and should not be tracked
.cursor/commands/
.cursor/skills/
.claude/
.claude/commands/
.claude/skills/
# Ignore .cursor/ except for worktrees.json (Cursor worktree setup config)
.cursor/*
!.cursor/worktrees.json
**/*checksum*.properties
**/*checksums*.properties
# Test run logs (dev artifacts, not source code)
.logs/
# Generated test fixtures (derived from DBUnit XML, never commit)
# These are generated on-the-fly during test runs from authoritative XML sources
src/test/resources/testdata/*.generated.sql
# Docker volume artifacts (created by dev/CI containers, never commit)
projects/*/volume/
.dev-docs/
# Playwright test artifacts (generated, not source)
**/playwright-report/
**/playwright/.cache/
**/playwright/.auth/
**/test-results/
# Note: frontend/playwright/ test sources are tracked (not ignored)
# Catalyst dev files
projects/catalyst/.env
projects/catalyst/logs/
*.pyc
__pycache__/
.pytest_cache/
.coverage
htmlcov/
*.bak
cypress-screenshots/
cypress-videos/
# Vendor documentation (too large for git - 100MB+ PDFs)
specs/*/research/AnalyzerDocs/
# 012 analyzer docs (PDFs, large - keep local, not in repo)
docs/analyzers/012/
specs/012-generic-astm-plugin-profiles/docs/
# Miscellaneous dev artifacts