Revert "Remove uploads and logs from git tracking and update .gitignore"

This reverts commit aec066df75.
This commit is contained in:
Chris Veleris 2025-06-27 21:48:27 +03:00
parent aec066df75
commit b5d96a6eff
11 changed files with 15906 additions and 13 deletions

12
.gitignore vendored
View file

@ -16,15 +16,3 @@ backend/coverage/
# User uploaded files
backend/uploads/
# Log files
*.log
server.log
backend/server.log
# Build output
dist/
build/
# Webpack output
public/assets/

30
backend/server.log Normal file
View file

@ -0,0 +1,30 @@
> backend@1.0.0 dev
> nodemon app.js
[nodemon] 3.1.10
[nodemon] to restart at any time, enter `rs`
[nodemon] watching path(s): *.*
[nodemon] watching extensions: js,mjs,cjs,json
[nodemon] starting `node app.js`
Loaded 20 quotes from configuration
Server error: Error: listen EADDRINUSE: address already in use 0.0.0.0:3002
at Server.setupListenHandle [as _listen2] (node:net:1939:16)
at listenInCluster (node:net:1996:12)
at node:net:2205:7
at process.processTicksAndRejections (node:internal/process/task_queues:90:21) {
code: 'EADDRINUSE',
errno: -48,
syscall: 'listen',
address: '0.0.0.0',
port: 3002
}
Error getting updates for user 1: Error: Request timeout
at ClientRequest.<anonymous> (/Users/chris/c0deLab/ProjectLand/tududi/backend/services/telegramPoller.js:93:14)
at ClientRequest.emit (node:events:518:28)
at TLSSocket.emitRequestTimeout (node:_http_client:863:9)
at Object.onceWrapper (node:events:632:28)
at TLSSocket.emit (node:events:530:35)
at Socket._onTimeout (node:net:609:8)
at listOnTimeout (node:internal/timers:588:17)
at process.processTimers (node:internal/timers:523:7)

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 293 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 227 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 773 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 358 KiB

File diff suppressed because one or more lines are too long

12
dist/index.html vendored Normal file
View file

@ -0,0 +1,12 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<base href="/">
<title>Tududi</title>
<script defer src="/main.272db06f0669b56179b9.js"></script></head>
<body>
<div id="root"></div>
</body>
</html>

15750
dist/main.272db06f0669b56179b9.js vendored Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long