merged gitignores

robbi-inspect
Robert Rapp 2023-12-07 18:20:16 +01:00
parent cfc32b0229
commit 23ac4743f5
1 changed files with 34 additions and 9 deletions

41
.gitignore vendored
View File

@ -1,10 +1,35 @@
node_modules
*.log*
.nuxt
.nitro
.cache
.output
# Dependency directories
node_modules/
yarn.lock
package-lock.json
# Nuxt build output
.nuxt/
dist/
.nuxt-build/
.output/
# Production build files
build/
# Generated files
.nuxtignore
nuxt.config.js
nuxt.config.ts
# Dotfiles and directories
.env
dist
assets
.env.*
!.env.example
.DS_Store
.gitattributes
.editorconfig
.vscode/
# Log files
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Local development
local/