mirror of
https://github.com/smogon/pokemon-showdown-client.git
synced 2026-04-26 01:57:21 -05:00
Considering all the individual panels start with `panel-`, this should make it easier to find and in general be a more intuitive name. All other tsx files will start with `panel-`, putting them together in one place when sorting alphabetically.
33 lines
494 B
Plaintext
33 lines
494 B
Plaintext
/sprites/
|
|
/audio/
|
|
/config/
|
|
/index.php
|
|
/index.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/client-core.js
|
|
/js/client-main.js
|
|
/js/panels.js
|
|
/js/panel-mainmenu.js
|
|
/js/panel-rooms.js
|
|
|
|
.vscode
|