-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.gitignore
More file actions
45 lines (41 loc) · 1000 Bytes
/
Copy path.gitignore
File metadata and controls
45 lines (41 loc) · 1000 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
44
45
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
node_modules
.output
stats.html
stats-*.json
.wxt
web-ext.config.ts
# Editor directories and files
.vscode/*
!.vscode/extensions.json
!.vscode/tasks.json
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
# Note by Note
.browsers
# Generated once by `node e2e/make-tone.mjs` / `node e2e/make-stereo-mix.mjs`.
e2e/fixtures/tone-440.wav
e2e/fixtures/tone-432.wav
e2e/fixtures/stereo-mix.wav
# Generated at postinstall / build:before from the @echogarden/rubberband-wasm
# glue (rb.wasm itself is committed). See scripts/build-rubberband-worklet.mjs.
public/worklets/rubberband-worklet.js
# Generated at postinstall / build:before. See scripts/build-pcm-tap-worklet.mjs.
public/worklets/pcm-tap-worklet.js
# Generated at postinstall / build:before. See scripts/build-vocal-worklet.mjs.
public/worklets/vocal-reducer-worklet.js
export/
# pnpm store created when a local store path is set
.pnpm-store/