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
|
|
|
|
.idea
|
|
|
|
.DS_Store
|
|
|
|
*.suo
|
|
|
|
*.ntvs*
|
|
|
|
*.njsproj
|
|
|
|
*.sln
|
|
|
|
*.sw?
|
2023-10-10 00:20:02 +00:00
|
|
|
|
|
|
|
public/images/trainer/convert/*
|
2023-12-07 05:52:20 +00:00
|
|
|
public/images/pokemon/input/*.png
|
|
|
|
public/images/pokemon/input/output/*
|
2023-11-12 17:49:06 +00:00
|
|
|
src/data/battle-anim-raw-data.ts
|
|
|
|
src/data/battle-anim-data.ts
|