Skip to content

Commit bc69b05

Browse files
committed
Allow players to draw on the canvas locally.
1 parent 999a196 commit bc69b05

File tree

7 files changed

+17521
-0
lines changed

7 files changed

+17521
-0
lines changed

frontend/.gitignore

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Created by https://www.toptal.com/developers/gitignore/api/react
2+
# Edit at https://www.toptal.com/developers/gitignore?templates=react
3+
4+
### react ###
5+
.DS_*
6+
*.log
7+
logs
8+
**/*.backup.*
9+
**/*.back.*
10+
11+
node_modules
12+
bower_components
13+
14+
*.sublime*
15+
16+
psd
17+
thumb
18+
sketch
19+
20+
# End of https://www.toptal.com/developers/gitignore/api/react
21+
22+
build

0 commit comments

Comments
 (0)