Initial commit

This commit is contained in:
Mindboost
2025-07-01 10:53:26 +00:00
commit 38050e5c69
416 changed files with 48708 additions and 0 deletions

45
.gitignore vendored Normal file
View File

@@ -0,0 +1,45 @@
# Dependency directories
node_modules/
yarn.lock
# Nuxt build output
.nuxt
.nuxt/
dist/
.nuxt-build/
.output/
.env
# Our Noise
!public/masking/fullband.wav
# Capacitor build files
android/
ios/
# Production build files
build/
*.tar
*.tar.gz
# Dotfiles and directories
.env.*
!.env.example
.DS_Store
.gitattributes
**/.DS_Store
# Log files
npm-debug.log*
yarn-debug.log*
yarn-error.log*
logs/
# Local development
local/
yarn.lock
# Audio files
*.wav
* text=auto