7059cfc7b4
Co-authored-by: Daniel Roe <daniel@roe.dev>
20 lines
239 B
Plaintext
20 lines
239 B
Plaintext
# Modified from .gitignore
|
|
node_modules
|
|
*.log
|
|
dist
|
|
.output
|
|
.nuxt
|
|
#.env # Not ignoring this file because it can contain build-related settings.
|
|
.DS_Store
|
|
.idea/
|
|
.vite-inspect
|
|
.netlify/
|
|
.eslintcache
|
|
|
|
public/shiki
|
|
public/emojis
|
|
|
|
*~
|
|
*swp
|
|
*swo
|