-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
43 lines (34 loc) · 747 Bytes
/
Copy path.gitignore
File metadata and controls
43 lines (34 loc) · 747 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
43
# Dependencies
node_modules/
# Build cache
.cache/
# Themes: each theme is a self-contained directory themes/<name>/
# Only the bundled "default" and "test" themes are tracked in the repo.
# User-installed themes live in ~/.ocsfx/themes/ (not here).
themes/*
!themes/default/
!themes/test/
# Legacy sounds directory (no longer used — sounds live inside theme dirs)
sounds/
# Build scripts (developer-only, not distributed)
scripts/
# Test sound fixtures (mock files, not real audio)
test/sounds/
# OS files
.DS_Store
# Editor
.idea/
.vscode/
*.swp
*.swo
# TypeScript build output
dist/
*.js
*.js.map
*.d.ts
!lib/*.ts
!plugin.ts
# Lock files (optional - uncomment if you want to include)
# package-lock.json
# yarn.lock
# pnpm-lock.yaml