Remove uploads and logs from git tracking and update .gitignore
- Remove backend/uploads/ directory from git tracking (already in .gitignore) - Remove backend/server.log from git tracking - Add *.log, server.log, and backend/server.log to .gitignore - Remove old dist files from git tracking 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
b3ff4bcd1f
commit
aec066df75
11 changed files with 13 additions and 15906 deletions
12
.gitignore
vendored
12
.gitignore
vendored
|
|
@ -16,3 +16,15 @@ backend/coverage/
|
|||
|
||||
# User uploaded files
|
||||
backend/uploads/
|
||||
|
||||
# Log files
|
||||
*.log
|
||||
server.log
|
||||
backend/server.log
|
||||
|
||||
# Build output
|
||||
dist/
|
||||
build/
|
||||
|
||||
# Webpack output
|
||||
public/assets/
|
||||
|
|
@ -1,30 +0,0 @@
|
|||
|
||||
> backend@1.0.0 dev
|
||||
> nodemon app.js
|
||||
|
||||
[33m[nodemon] 3.1.10[39m
|
||||
[33m[nodemon] to restart at any time, enter `rs`[39m
|
||||
[33m[nodemon] watching path(s): *.*[39m
|
||||
[33m[nodemon] watching extensions: js,mjs,cjs,json[39m
|
||||
[32m[nodemon] starting `node app.js`[39m
|
||||
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.
|
Before Width: | Height: | Size: 1.1 MiB |
Binary file not shown.
|
Before Width: | Height: | Size: 293 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 227 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 773 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 358 KiB |
File diff suppressed because one or more lines are too long
12
dist/index.html
vendored
12
dist/index.html
vendored
|
|
@ -1,12 +0,0 @@
|
|||
<!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
15750
dist/main.272db06f0669b56179b9.js
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue