pokemon-showdown-client/.eslintignore
Guangcong Luo 33e6c55861 Change js/ dir to default-deny
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.
2021-04-13 14:06:25 -07:00

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