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.
17 lines
292 B
Plaintext
17 lines
292 B
Plaintext
data/*
|
|
node_modules/
|
|
js/*
|
|
|
|
!/js/client-battle.js
|
|
!/js/client-chat-tournament.js
|
|
!/js/client-chat.js
|
|
!/js/client-ladder.js
|
|
!/js/client-mainmenu.js
|
|
!/js/client-rooms.js
|
|
!/js/client-teambuilder.js
|
|
!/js/client-topbar.js
|
|
!/js/client.js
|
|
!/js/replay-embed.template.js
|
|
!/js/search.js
|
|
!/js/storage.js
|