mirror of
https://github.com/ITStudioOUC/ITStudio-Wiki.git
synced 2026-06-15 04:56:30 +00:00
git: update gitignore
This commit is contained in:
+37
-1
@@ -1 +1,37 @@
|
|||||||
node_modules
|
# Dependencies
|
||||||
|
node_modules
|
||||||
|
|
||||||
|
# Production
|
||||||
|
dist
|
||||||
|
dist-ssr
|
||||||
|
.cache
|
||||||
|
.temp
|
||||||
|
cache
|
||||||
|
|
||||||
|
# VitePress
|
||||||
|
.vitepress/dist
|
||||||
|
.vitepress/cache
|
||||||
|
|
||||||
|
# Vite
|
||||||
|
*.local
|
||||||
|
|
||||||
|
# Logs
|
||||||
|
logs
|
||||||
|
*.log
|
||||||
|
npm-debug.log*
|
||||||
|
|
||||||
|
# Editor directories and files
|
||||||
|
.vscode/*
|
||||||
|
!.vscode/extensions.json
|
||||||
|
.idea
|
||||||
|
.DS_Store
|
||||||
|
*.suo
|
||||||
|
*.ntvs*
|
||||||
|
*.njsproj
|
||||||
|
*.sln
|
||||||
|
*.sw?
|
||||||
|
|
||||||
|
# Environment variables
|
||||||
|
.env
|
||||||
|
.env.local
|
||||||
|
.env.*.local
|
||||||
|
|||||||
Reference in New Issue
Block a user