2023-03-28 18:54:52 +00: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-31 00:47:47 +00:00
|
|
|
!.vscode/settings.json
|
2023-03-28 18:54:52 +00:00
|
|
|
.idea
|
|
|
|
.DS_Store
|
|
|
|
*.suo
|
|
|
|
*.ntvs*
|
|
|
|
*.njsproj
|
|
|
|
*.sln
|
|
|
|
*.sw?
|
2023-10-10 00:20:02 +00:00
|
|
|
|
2024-05-16 12:07:23 +00:00
|
|
|
# Docummentation
|
|
|
|
docs/*
|
|
|
|
|
2023-10-10 00:20:02 +00:00
|
|
|
public/images/trainer/convert/*
|
2023-12-22 01:58:00 +00:00
|
|
|
public/images/battle_anims/input/*.png
|
2023-12-07 05:52:20 +00:00
|
|
|
public/images/pokemon/input/*.png
|
|
|
|
public/images/pokemon/input/output/*
|
2023-12-13 23:00:48 +00:00
|
|
|
public/images/pokemon/icons/input/*.png
|
|
|
|
public/images/pokemon/icons/input/output/*
|
2024-02-22 23:03:36 +00:00
|
|
|
public/images/character/*/
|
2023-12-12 02:46:49 +00:00
|
|
|
src/data/battle-anim-raw-data*.ts
|
2023-11-12 17:49:06 +00:00
|
|
|
src/data/battle-anim-data.ts
|
2024-04-30 10:49:06 +00:00
|
|
|
src/overrides.ts
|
2024-03-31 00:47:47 +00:00
|
|
|
|
|
|
|
coverage
|