2023-03-28 11:54:52 -07:00
|
|
|
# Logs
|
|
|
|
logs
|
|
|
|
*.log
|
|
|
|
npm-debug.log*
|
|
|
|
yarn-debug.log*
|
|
|
|
yarn-error.log*
|
|
|
|
pnpm-debug.log*
|
|
|
|
lerna-debug.log*
|
|
|
|
|
|
|
|
node_modules
|
|
|
|
dist
|
|
|
|
dist-ssr
|
|
|
|
*.local
|
|
|
|
|
|
|
|
# Editor directories and files
|
|
|
|
.vscode/*
|
|
|
|
!.vscode/extensions.json
|
2024-03-30 17:47:47 -07:00
|
|
|
!.vscode/settings.json
|
2023-03-28 11:54:52 -07:00
|
|
|
.idea
|
|
|
|
.DS_Store
|
|
|
|
*.suo
|
|
|
|
*.ntvs*
|
|
|
|
*.njsproj
|
|
|
|
*.sln
|
|
|
|
*.sw?
|
2023-10-09 17:20:02 -07:00
|
|
|
|
|
|
|
public/images/trainer/convert/*
|
2023-12-21 17:58:00 -08:00
|
|
|
public/images/battle_anims/input/*.png
|
2023-12-06 21:52:20 -08:00
|
|
|
public/images/pokemon/input/*.png
|
|
|
|
public/images/pokemon/input/output/*
|
2023-12-13 15:00:48 -08:00
|
|
|
public/images/pokemon/icons/input/*.png
|
|
|
|
public/images/pokemon/icons/input/output/*
|
2024-02-22 15:03:36 -08:00
|
|
|
public/images/character/*/
|
2023-12-11 18:46:49 -08:00
|
|
|
src/data/battle-anim-raw-data*.ts
|
2023-11-12 09:49:06 -08:00
|
|
|
src/data/battle-anim-data.ts
|
2024-03-30 17:47:47 -07:00
|
|
|
|
|
|
|
coverage
|