46 lines
470 B
Plaintext
46 lines
470 B
Plaintext
# 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
|