updated .gitignore
This commit is contained in:
+34
-5
@@ -1,10 +1,39 @@
|
|||||||
node_modules
|
# Dependencies
|
||||||
dist
|
node_modules/
|
||||||
dist-electron
|
|
||||||
release
|
# Vite renderer build output
|
||||||
|
dist/
|
||||||
|
|
||||||
|
# Electron main/preload build output
|
||||||
|
dist-electron/
|
||||||
|
|
||||||
|
# electron-builder packaged output
|
||||||
|
release/
|
||||||
|
|
||||||
|
# Local env files
|
||||||
.env
|
.env
|
||||||
|
.env.local
|
||||||
|
.env.*.local
|
||||||
|
|
||||||
|
# Editor
|
||||||
|
.vscode/
|
||||||
|
.idea/
|
||||||
|
*.swp
|
||||||
|
*.swo
|
||||||
|
|
||||||
|
# OS
|
||||||
.DS_Store
|
.DS_Store
|
||||||
.cache
|
Thumbs.db
|
||||||
|
|
||||||
|
# Logs
|
||||||
*.log
|
*.log
|
||||||
|
npm-debug.log*
|
||||||
|
|
||||||
|
# Cache
|
||||||
|
.cache/
|
||||||
|
|
||||||
|
# Wine
|
||||||
.wine/
|
.wine/
|
||||||
|
|
||||||
|
# npm
|
||||||
.npm/
|
.npm/
|
||||||
|
|||||||
Reference in New Issue
Block a user