-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
38 lines (31 loc) · 683 Bytes
/
.gitignore
File metadata and controls
38 lines (31 loc) · 683 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# File IDE
.env
/node_modules/
/node_modules/*
# Updates
# Git hub
/.github/github wiki
/.github/ISSUE_TEMPLATE
!/.github/workflows
# Vscode
/.vs
/dist
/.vscode
# Colyseus
/game/multiP/colyseus.js
/ServerService/MultiP-server/node_modules
!/ServerService/MultiP-server/node_modules/.package-lock.json
/ServerService/MultiP-server/loadtest.log
# Replit
/node_modules/.bin/*
.replit
.breakpoints
/node_modules/*.exe
# npm start
/node_modules/.vite/deps/_metadata.json
/node_modules/.vite/deps/aws-sdk.js.map
/node_modules/.vite/deps/aws-sdk.js
# <=2404 file npm transformated
# Credenziali server
/ServerService/Account-Server/AccServ.ts
/ServerService/Account-Server/AccServ.js