pokemon-showdown-client/.gitignore
Guangcong Luo e501702a2a Add connection support
The actual connect function is commented out, because there's no reason
for it to do anything. But it can actually connect to a server now.
2019-03-17 19:02:53 +09:00

34 lines
519 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/client-connection.js
/js/panels.js
/js/panel-mainmenu.js
/js/panel-rooms.js
.vscode