mirror of
https://github.com/langgenius/dify.git
synced 2026-01-13 21:57:48 +08:00
chore: ignore PWA generated files in version control (#25313)
Signed-off-by: -LAN- <laipz8200@outlook.com>
This commit is contained in:
parent
afa7228076
commit
92a939c401
7
.gitignore
vendored
7
.gitignore
vendored
@ -215,6 +215,13 @@ mise.toml
|
||||
# Next.js build output
|
||||
.next/
|
||||
|
||||
# PWA generated files
|
||||
web/public/sw.js
|
||||
web/public/sw.js.map
|
||||
web/public/workbox-*.js
|
||||
web/public/workbox-*.js.map
|
||||
web/public/fallback-*.js
|
||||
|
||||
# AI Assistant
|
||||
.roo/
|
||||
api/.env.backup
|
||||
|
||||
@ -1 +0,0 @@
|
||||
(()=>{"use strict";self.fallback=async e=>"document"===e.destination?caches.match("/_offline.html",{ignoreSearch:!0}):Response.error()})();
|
||||
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user