Files
LivingDexTracker/.prettierignore
T
2026-09-14 11:47:58 +01:00

15 lines
407 B
Plaintext

# Ignore files for PNPM, NPM and YARN
pnpm-lock.yaml
package-lock.json
yarn.lock
# Generated data exports. Nobody hand-edits these, and reformatting them buries real data
# changes under tens of thousands of lines of churn.
src/lib/helpers/pokeapi-pokemon.json
static/sprites/pokemon.json
src/lib/helpers/pokedex.json
src/lib/helpers/sprites.json
# Machine-local editor and tool settings.
**/*.local.json