mirror of
https://github.com/duckietm/Nitro-V3.git
synced 2026-06-19 15:06:20 +00:00
06f9b66073
# Conflicts: # vite.config.mjs
47 lines
873 B
Plaintext
47 lines
873 B
Plaintext
/dist
|
|
/tmp
|
|
/out-tsc
|
|
/node_modules
|
|
/.idea
|
|
.project
|
|
.classpath
|
|
.c9/
|
|
*.launch
|
|
.settings/
|
|
*.sublime-workspace
|
|
.vscode/*
|
|
!.vscode/settings.json
|
|
!.vscode/tasks.json
|
|
!.vscode/launch.json
|
|
!.vscode/extensions.json
|
|
.history/*
|
|
/.sass-cache
|
|
/connect.lock
|
|
/coverage
|
|
*.log
|
|
.git
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Nitro
|
|
/build
|
|
*.zip
|
|
.env
|
|
.claude/
|
|
|
|
# Per-deploy build configuration (yarn configure)
|
|
/.nitro-build.json
|
|
|
|
# Local runtime config copies
|
|
/public/configuration/renderer-config.json
|
|
/public/configuration/ui-config.json
|
|
/public/configuration/client-mode.json
|
|
/public/configuration/adsense.json
|
|
/public/configuration/hotlooks.json
|
|
|
|
# Game assets are served by an external server (emulator/CMS), not by Vite.
|
|
# Never recreate these as symlinks inside public/ — chokidar follows them and
|
|
# the dev server takes minutes to start with 100k+ files under public/.
|
|
/public/nitro-assets
|
|
/public/swf
|