mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2024-11-24 15:56:22 +00:00
728ee3809a
* add dependency cruiser and fix all default errors * create svg render of dependencies in command * move configs to ts files, await font loading * fix i18n * fix dependencies... * fix typedoc generation and tsconfig exclusions * revert github-pages fix for another pr * no-circular -> no-circular-at-runtime for type imports (future)
42 lines
630 B
Plaintext
42 lines
630 B
Plaintext
# 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/*
|
|
.idea
|
|
.DS_Store
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|
|
|
|
public/images/trainer/convert/*
|
|
public/images/battle_anims/input/*.png
|
|
public/images/pokemon/input/*.png
|
|
public/images/pokemon/input/output/*
|
|
public/images/pokemon/icons/input/*.png
|
|
public/images/pokemon/icons/input/output/*
|
|
public/images/character/*/
|
|
src/data/battle-anim-raw-data*.ts
|
|
src/data/battle-anim-data.ts
|
|
src/overrides.ts
|
|
|
|
coverage
|
|
/.vs
|
|
|
|
# Local Documentation
|
|
/typedoc
|
|
|
|
/dependency-graph.svg |