Skip to main content

max / audiofiles

641 B · 44 lines History Blame Raw
1 /target
2 *.clap
3 *.vst3
4 dist/*.dmg
5 dist/*.AppImage
6 dist/*.deb
7 # Release/build scripts are source — keep them version-controlled even if a
8 # broader dist/ ignore is ever added.
9 !dist/*.sh
10 dist/AudioFiles.app/
11 dist/AppDir/
12 dist/tools/
13 dist/.dmg-staging/
14 dist/.deb-staging/
15 audiofiles_data/
16
17 # Sample data (test files, not source)
18 drums/
19 samples/
20
21 # Downloaded fonts
22 recursive fonts.085/
23
24 # Environment
25 .env
26 .env.*
27
28 # OS
29 .DS_Store
30
31 # IDE
32 .idea/
33 .vscode/
34 *.swp
35 *.swo
36 dist/*.exe
37 dist/*.msi
38
39 # Claude Code instructions (project-local; not for the public repo)
40 CLAUDE.md
41
42 # Private working files — live in _private/, synced via Syncthing
43 todo.md
44