mirror of
https://github.com/smogon/pokemon-showdown-client.git
synced 2026-03-21 17:50:29 -05:00
This makes it so that new files in `src/` no longer require updating `.gitignore` and `.eslintignore`. The existing files still in the repo are mostly deprecated at this point, anyway.
28 lines
365 B
Plaintext
28 lines
365 B
Plaintext
/sprites/
|
|
/audio/
|
|
/config/
|
|
/index.php
|
|
/index.html
|
|
/preactalpha.html
|
|
/crossprotocol.html
|
|
/data/*
|
|
node_modules/
|
|
eslint-cache/
|
|
.DS_Store
|
|
Thumbs.db
|
|
npm-debug.log
|
|
package-lock.json
|
|
/vendor/
|
|
|
|
/js/battle.js
|
|
/js/
|
|
|
|
/replays/caches/
|
|
/replays/replay-config.inc.php
|
|
/replays/theme/wrapper.inc.php
|
|
|
|
/website/.well-known/
|
|
/website/.pages-cached/
|
|
/website/files/
|
|
/website/images/
|