Initial commit
This commit is contained in:
45
.gitignore
vendored
Normal file
45
.gitignore
vendored
Normal 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
|
Reference in New Issue
Block a user