Separate client and server codes. Keep everything in one git repo for simplicity
[vchess.git] / client / .gitignore
CommitLineData
625022fd
BA
1.DS_Store
2node_modules
3/dist
4/src/socket_url.js
5
6# local env files
7.env.local
8.env.*.local
9
10# Log files
11npm-debug.log*
12yarn-debug.log*
13yarn-error.log*
14
15# Editor directories and files
16.idea
17.vscode
18*.suo
19*.ntvs*
20*.njsproj
21*.sln
22*.sw*
23
24# next.js build output
25.next