-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Expand file tree
/
Copy path.gitignore
More file actions
76 lines (69 loc) · 1.59 KB
/
Copy path.gitignore
File metadata and controls
76 lines (69 loc) · 1.59 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
storybook-static/
openlibrary/components/dev/_dev.js
*venv
*.pyc
*~
.vscode/
*.swp
*.mo
var/
usr/
static/build/
static/css/page-dev.less
build/
# Custom Elements Manifest — generated from component JSDoc by `npx cem analyze`,
# which `make lit-components` runs. Read at runtime by plugins/openlibrary/design.py.
openlibrary/components/lit/custom-elements.json
# Inline Lit icon templates — generated from static/icons/src/ by `make icons`,
# which `make lit-components` depends on. Bundled, never served directly.
openlibrary/components/lit/icons.generated.js
# Icon sprite — generated from static/icons/src/ by `make icons`. Lives next to
# its sources rather than in static/build/ so all icon files stay in one place.
static/icons/sprite.svg
*.local
/.local
CLAUDE.local.md
*.tgz
*.tar.gz
*.org
coverage/
dumps/
/*.log
openlibrary.egg-info/
pip-log.txt
supervisord.pid
openlibrary/mailserver/logs/lamson.err
openlibrary/mailserver/logs/lamson.log
openlibrary/mailserver/logs/logger.log
lamson.out
openlibrary/mailserver/run/
bad_data.json
TAGS
env/
.coverage
htmlcov
.DS_Store
.cache
node_modules/
.idea/
venv/
*.c
*.so
# Ignore Gradle build cache
.gradle/
# Ignore build outputs
app-release*
android.keystore
# Ignore checksum file if it’s generated during build
manifest-checksum.txt
.beads
# Auto-synced docs wiki (cloned by docker/ol-home-start.sh)
docs/wiki/
# uv lockfile (we resolve from requirements*.txt; not tracked)
uv.lock
# Playwright output (npm run test:e2e)
playwright-report/
test-results/
# Local dev state for /status testing-environment (deploy table)
/_testing-prs.json
/_dev-merged_status.txt