PicList/.gitignore

29 lines
371 B
Plaintext
Raw Normal View History

2017-11-27 19:21:12 -05:00
.DS_Store
dist/electron/*
dist/web/*
build/*
!build/icons
2018-01-10 03:51:09 -05:00
!build/installer.nsh
2017-11-27 19:21:12 -05:00
coverage
node_modules/
npm-debug.log
npm-debug.log.*
thumbs.db
remote-notice.json
2017-11-27 19:21:12 -05:00
!.gitkeep
2017-11-27 19:22:40 -05:00
yarn-error.log
2017-12-11 08:52:14 -05:00
docs/dist/
2019-12-19 06:17:21 -05: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