mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-02 23:19:57 +00:00
19 lines
226 B
Text
19 lines
226 B
Text
|
# 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/emojis
|
||
|
|
||
|
*~
|
||
|
*swp
|
||
|
*swo
|