mirror of
https://github.com/langgenius/dify.git
synced 2025-12-19 22:28:46 +00:00
chore: ignore PWA generated files in version control (#25313)
Signed-off-by: -LAN- <laipz8200@outlook.com>
This commit is contained in:
7
.gitignore
vendored
7
.gitignore
vendored
@@ -215,6 +215,13 @@ mise.toml
|
|||||||
# Next.js build output
|
# Next.js build output
|
||||||
.next/
|
.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
|
# AI Assistant
|
||||||
.roo/
|
.roo/
|
||||||
api/.env.backup
|
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
Reference in New Issue
Block a user