Initial Nuxt data explorer setup
This commit is contained in:
23
.gitignore
vendored
Normal file
23
.gitignore
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
# Dependencies
|
||||
node_modules/
|
||||
|
||||
# Build outputs
|
||||
.nuxt/
|
||||
.output/
|
||||
dist/
|
||||
|
||||
# Logs and caches
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
pnpm-debug.log*
|
||||
.npm-cache/
|
||||
.cache/
|
||||
|
||||
# Env files
|
||||
.env
|
||||
nuxt4-app/.env
|
||||
|
||||
# IDE
|
||||
.vscode/
|
||||
.idea/
|
||||
Reference in New Issue
Block a user