Skip to content

Commit 32bae15

Browse files
author
Dimo
committed
nit
1 parent 3254e04 commit 32bae15

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

.gitignore

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
*.out
2+
*.err
3+
*.run
4+
*.pyc
5+
.*.sw*
6+
*.db
7+
.z3-trace
8+
9+
src/static/bootstrap-theme.min.css
10+
src/static/bootstrap.min.css
11+
src/static/bootstrap.min.js
12+
src/static/jquery-1.12.0.min.js
13+
src/static/jquery.jsonrpcclient.js
14+
src/static/jquery.color-2.1.2.min.js
15+
src/static/require.js
16+
src/static/phaser.js
17+
src/static/crafty-min.js
18+
src/static/doge.jpg
19+
src/static/jquery-ui-1.11.4.zip*
20+
src/static/jquery-ui-1.11.4/
21+
src/static/help-icon.png
22+
env
23+
node_modules
24+
*.fuzz_traces
25+
*.log
26+
*.pem
27+
src/static/build/
28+
src/static/typings/

0 commit comments

Comments
 (0)