pokemon-showdown-client/.gitignore
Guangcong Luo 9e06e72a35 Add support for watching battles
Playing battles is, of course, a lot harder, but watching them
is at least implemented now.
2019-09-06 02:46:54 -05:00

48 lines
826 B
Plaintext

/sprites/
/audio/
/config/
/index.php
/index.html
/preactalpha.html
/data/*
!/data/learnsets-g6.js
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-text-parser.js
/js/battle-dex.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-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
/replays/caches/
/replays/replay-config.inc.php
/replays/theme/wrapper.inc.php
.vscode