pokemon-showdown-client/.gitignore
Guangcong Luo bc7676838d Rename client-frame.tsx -> panels.tsx
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.
2019-03-17 19:02:53 +09:00

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