📦 Chore(custom): update gitignore file

This commit is contained in:
Kuingsmile
2025-12-30 09:54:58 +08:00
parent 33358ce92d
commit 4fb5a26270

56
.gitignore vendored
View File

@@ -1,32 +1,36 @@
# --- OS Metadata ---
.DS_Store .DS_Store
dist/electron/* Thumbs.db
dist/web/* desktop.ini
build/* # --- Dependencies ---
!build/icons /node_modules/
!build/installer.nsh # --- Logs ---
coverage *.log
node_modules/ npm-debug.log*
npm-debug.log yarn-debug.log*
npm-debug.log.* yarn-error.log*
thumbs.db # --- Environment & Secrets ---
remote-notice.json
!.gitkeep
yarn-error.log
docs/dist/
# local env files
.env.local
.env.*.local
dist_electron/
test.js
.env .env
.env.local
.env.development.local
.env.test.local
.env.production.local
.env.*.local
# --- Build & Output ---
/dist/
/dist_electron/
/out/
/release/
/coverage/
docs/dist/
/build/*
!/build/icons/
!/build/installer.nsh
test.js
scripts/*.yml scripts/*.yml
scripts/generateYmlFile.js scripts/generateYmlFile.js
.yarnrc .yarnrc
#Electron-builder output remote-notice.json
/dist_electron
/docs
cloc.exe cloc.exe
desktop.ini !.gitkeep
/dist
/out
/release