forked from scoopapa/dh2-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
48 lines (44 loc) · 1.22 KB
/
.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
node_modules/
.DS_Store
Thumbs.db
npm-debug.log
package-lock.json
/config/
/vendor/
/caches/
/play.pokemonshowdown.com/sprites/
/play.pokemonshowdown.com/audio/
/play.pokemonshowdown.com/index.php
/play.pokemonshowdown.com/index.html
/play.pokemonshowdown.com/preactalpha.html
/play.pokemonshowdown.com/crossprotocol.html
/play.pokemonshowdown.com/data/
/play.pokemonshowdown.com/js/server/
/play.pokemonshowdown.com/js/*.js.map
/play.pokemonshowdown.com/js/battle*.js
/play.pokemonshowdown.com/js/panel*.js
/play.pokemonshowdown.com/js/replay-embed.js
/play.pokemonshowdown.com/js/client-main.js
/play.pokemonshowdown.com/js/client-core.js
/play.pokemonshowdown.com/js/client-connection.js
/play.pokemonshowdown.com/ads.txt
/website/.well-known/
/website/.pages-cached/
/website/files/
/website/images/
/website/ads.txt
/DH2/*
/DH2/
/website/replays/index.html
/website/replays/js/
node_modules
/pokemonshowdown.com/.well-known/
/pokemonshowdown.com/.pages-cached/
/pokemonshowdown.com/files/
/pokemonshowdown.com/images/
/pokemonshowdown.com/ads.txt
/replay.pokemonshowdown.com/index.php
/replay.pokemonshowdown.com/js/
/replay.pokemonshowdown.com/caches/
/replay.pokemonshowdown.com/theme/wrapper.inc.php
/replay.pokemonshowdown.com/ads.txt