PicList/.gitignore

29 lines
371 B
Plaintext
Raw Normal View History

2017-11-28 08:21:12 +08:00
.DS_Store
dist/electron/*
dist/web/*
build/*
!build/icons
2018-01-10 16:51:09 +08:00
!build/installer.nsh
2017-11-28 08:21:12 +08:00
coverage
node_modules/
npm-debug.log
npm-debug.log.*
thumbs.db
remote-notice.json
2017-11-28 08:21:12 +08:00
!.gitkeep
2017-11-28 08:22:40 +08:00
yarn-error.log
2017-12-11 21:52:14 +08:00
docs/dist/
2019-12-19 19:17:21 +08:00
# local env files
.env.local
.env.*.local
dist_electron/
test.js
.env
scripts/*.yml
scripts/generateYmlFile.js
.yarnrc
#Electron-builder output
/dist_electron
/docs
cloc.exe