-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.dockerignore
More file actions
42 lines (35 loc) · 654 Bytes
/
Copy path.dockerignore
File metadata and controls
42 lines (35 loc) · 654 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
# Development dependencies
app/node_modules/
app/venv_test/
# Generated files
app/__pycache__/
app/calendars/
app/*.db
# Test artifacts
app/test-results/
app/playwright-report/
# Scripts (moved to /scripts)
app/validate_tide_stations.py
app/test_canadian_import.py
app/run_debug.py
app/migrate_database.py
# Config files (at root level)
app/package*.json
app/playwright.config*.ts
# Documentation and backups
app/*.md
app/*.txt
app/*.backup.*
# Git and CI
# .git is needed for version info generation at build time
.github
.gitignore
# Root level development files
node_modules/
test-results/
playwright-report/
tests/
docs/
scripts/
backup/
*.md