mirror of
https://github.com/Kuingsmile/PicList.git
synced 2026-08-07 22:44:10 +08:00
📦 Chore(custom): update gitignore file
This commit is contained in:
56
.gitignore
vendored
56
.gitignore
vendored
@@ -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
|
|
||||||
|
|||||||
Reference in New Issue
Block a user