mirror of
https://github.com/Kuingsmile/PicList.git
synced 2026-05-06 20:42:57 +08:00
43 lines
597 B
Plaintext
43 lines
597 B
Plaintext
# --- OS Metadata ---
|
|
.DS_Store
|
|
Thumbs.db
|
|
desktop.ini
|
|
# --- Dependencies ---
|
|
/node_modules/
|
|
# --- Logs ---
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
# --- Environment & Secrets ---
|
|
.env
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
.env.*.local
|
|
# --- Build & Output ---
|
|
/dist/
|
|
/dist_electron/
|
|
/out/
|
|
/release/
|
|
/coverage/
|
|
docs/dist/
|
|
resources/theme/
|
|
/build/*
|
|
!/build/icons/
|
|
!/build/installer.nsh
|
|
release-notes.md
|
|
.github/prompts
|
|
.shared/
|
|
dev-app-update.yml
|
|
|
|
test.js
|
|
scripts/*.yml
|
|
scripts/generateYmlFile.js
|
|
.yarnrc
|
|
remote-notice.json
|
|
cloc*.exe
|
|
!.gitkeep
|
|
7za.exe
|