projects
/
vchess.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Add chat to Hall, clickable FEN, fix contact form
[vchess.git]
/
client
/
.gitignore
1
.DS_Store
2
node_modules
3
/dist
4
/src/parameters.js
5
6
# local env files
7
.env.local
8
.env.*.local
9
10
# Log files
11
npm-debug.log*
12
yarn-debug.log*
13
yarn-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