mirror of
https://github.com/Xevion/Pac-Man.git
synced 2026-01-31 00:24:59 -06:00
refactor(just): reorganize Justfiles to match project architecture and format code
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
# Build output
|
||||
dist/
|
||||
build/
|
||||
.svelte-kit/
|
||||
|
||||
# Dependencies
|
||||
node_modules/
|
||||
|
||||
# Generated files
|
||||
.vercel/
|
||||
.netlify/
|
||||
static/pacman.data
|
||||
static/pacman.js
|
||||
static/pacman.wasm
|
||||
static/pacman.wasm.map
|
||||
|
||||
# Package manager
|
||||
pnpm-lock.yaml
|
||||
bun.lockb
|
||||
Reference in New Issue
Block a user