PicList/.gitignore

20 lines
243 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
!.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