Implement image upload functionality with temporary storage and cleanup. Update chat and broadcast logic to handle image URLs instead of base64 data, enhancing performance and user experience. Modify .gitignore to exclude temporary files and uploads directory.
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -7,6 +7,10 @@ client/dist/
|
||||
dist/
|
||||
docroot/dist/
|
||||
|
||||
# Temporäre Bilder (werden nach 6 Stunden automatisch gelöscht)
|
||||
tmp/
|
||||
uploads/
|
||||
|
||||
# Node.js
|
||||
node_modules/
|
||||
npm-debug.log*
|
||||
|
||||
Reference in New Issue
Block a user