forked from scoopapa/pokemon-showdown-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
56 lines (53 loc) · 1011 Bytes
/
.gitignore
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
/sprites/
/audio/
/config/
/index.php
/index.html
/preactalpha.html
/crossprotocol.html
/data/*
node_modules/
eslint-cache/
.DS_Store
Thumbs.db
npm-debug.log
package-lock.json
/vendor/
/js/battle.js
/js/battledata.js
/js/battle-log.js
/js/battle-choices.js
/js/battle-text-parser.js
/js/battle-dex.js
/js/battle-sound.js
/js/battle-dex-data.js
/js/battle-animations-moves.js
/js/battle-animations.js
/js/battle-tooltips.js
/js/battle-scene-stub.js
/js/battle-dex-search.js
/js/battle-searchresults.js
/js/client-core.js
/js/client-main.js
/js/client-connection.js
/js/panels.js
/js/panel-topbar.js
/js/panel-example.js
/js/panel-mainmenu.js
/js/panel-rooms.js
/js/panel-chat.js
/js/panel-teambuilder.js
/js/panel-teambuilder-team.js
/js/panel-teamdropdown.js
/js/panel-battle.js
/js/replay-embed.js
/js/panel-ladder.js
/js/panel-page.js
/js/*.js.map
/replays/caches/
/replays/replay-config.inc.php
/replays/theme/wrapper.inc.php
/website/.well-known/
/website/.pages-cached/
/website/files/
/website/images/