mirror of
https://github.com/LukeHagar/website.git
synced 2025-12-06 04:22:07 +00:00
27 lines
236 B
Plaintext
27 lines
236 B
Plaintext
.DS_Store
|
|
node_modules
|
|
/build
|
|
/.svelte-kit
|
|
/package
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
# Ignore files for PNPM, NPM and YARN
|
|
pnpm-lock.yaml
|
|
package-lock.json
|
|
yarn.lock
|
|
*.scss
|
|
|
|
# Assets
|
|
*.jpg
|
|
*.png
|
|
*.webp
|
|
*.avif
|
|
|
|
# Media
|
|
*.mp3
|
|
*.wav
|
|
*.mp4
|
|
*.mpv
|