mirror of https://github.com/elk-zone/elk.git
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
|