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 # Dependency directories
*.log* node_modules/
.nuxt yarn.lock
.nitro package-lock.json
.cache
.output # 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 .env
dist .env.*
assets !.env.example
.DS_Store .DS_Store
.gitattributes
.editorconfig
.vscode/
# Log files
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Local development
local/