Skip to content

Commit f9cb89b

Browse files
committed
refactor: update .gitignore to include postgres_data and chat-server; remove chat-server binary
1 parent 5a38e50 commit f9cb89b

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ dist
156156

157157
.tern-port
158158

159-
data
159+
postgres_data
160160

161161
# Stores VSCode versions used for testing VSCode extensions
162162

server/.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,4 +174,5 @@ dist
174174
# Finder (MacOS) folder config
175175
.DS_Store
176176

177-
public/uploads
177+
public/uploads
178+
chat-server

server/chat-server

-99.9 MB
Binary file not shown.

0 commit comments

Comments
 (0)