pokerogue/.gitignore
Sirz Benjie c695df777c
[Refactor][Dev] Move public to its own submodule (#6590)
* Remove public folder to prepare for submodule

* Add submodule and update licensing

* Stop serving non-asset files during build

* Update pull request template

* Update CODEOWNERS

* Add locales submodule

* Update pull request template regarding locales

* remove post-checkout lefthook in favor of git config

* chore: add license info to new script

* Update gh pages workflow

* Apply kev's suggestions from code review

Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>

* update assets
2025-09-27 11:01:12 -05:00

55 lines
864 B
Plaintext

# SPDX-FileCopyrightText: 2024-2025 NONE
#
# SPDX-License-Identifier: CC0-1.0
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
node_modules
dist
dist-ssr
*.local
build
# Editor directories and files (excluding `extensions.json` for devcontainer)
*.code-workspace
.vscode/*
!.vscode/extensions.json
!.vscode/spdx.code-snippets
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
assets/images/trainer/convert/*
assets/images/battle_anims/input/*.png
assets/images/pokemon/input/*.png
assets/images/pokemon/input/output/*
assets/images/pokemon/icons/input/*.png
assets/images/pokemon/icons/input/output/*
assets/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
/.vs
# Script outputs
./*.csv