Skip to content

Commit c0346eb

Browse files
2 file edited, 1 file deleted
1 parent cd3561d commit c0346eb

File tree

3 files changed

+5
-718
lines changed

3 files changed

+5
-718
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,14 @@
1919
# Colyseus
2020
/game/multiP/colyseus.js
2121
/ServerService/MultiP-server/node_modules
22+
!/ServerService/MultiP-server/node_modules/.package-lock.json
2223
/ServerService/MultiP-server/loadtest.log
2324

2425
# Replit
2526
/node_modules/.bin/*
2627
.replit
2728
.breakpoints
28-
!/node_modules/*.exe
29+
/node_modules/*.exe
2930

3031
# npm start
3132
/node_modules/.vite/deps/_metadata.json

0 commit comments

Comments
 (0)