diff options
| author | St33v <github@f3rr3t.com> | 2026-01-29 18:31:44 +1100 |
|---|---|---|
| committer | St33v <github@f3rr3t.com> | 2026-01-29 18:31:44 +1100 |
| commit | c1f036c7508a836c0181557f96470aebb1a340fa (patch) | |
| tree | f285f16bdfbe1dc3159d617b6c157e268ec22e8c /faircamp/.gitignore | |
| parent | 62519659e1fa6279d39afebe91789c22e490fc1c (diff) | |
| parent | 1c6b05b1ccf3609b7b36fd6a4bd140b3c0b74c56 (diff) | |
Add 'faircamp/' from commit '1c6b05b1ccf3609b7b36fd6a4bd140b3c0b74c56'
git-subtree-dir: faircamp
git-subtree-mainline: 62519659e1fa6279d39afebe91789c22e490fc1c
git-subtree-split: 1c6b05b1ccf3609b7b36fd6a4bd140b3c0b74c56
Diffstat (limited to 'faircamp/.gitignore')
| -rw-r--r-- | faircamp/.gitignore | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/faircamp/.gitignore b/faircamp/.gitignore new file mode 100644 index 0000000..5d07040 --- /dev/null +++ b/faircamp/.gitignore @@ -0,0 +1,29 @@ +# Audio binaries (common) +*.wav +*.aiff +*.aif +*.flac +*.alac +*.mp3 +*.ogg +*.opus +*.m4a + +# Large DAW / project files (optional) +*.als +*.logicx +*.rpp +*.ptx + +# Builds / outputs (adjust to your actual output dir) +.faircamp_build/ +.faircamp_cache/ + +# OS/editor junk +.vscode/ +.idea/ + +# Logs +*.log + +deploy.sh |
