KawAnime/.gitignore

37 lines
390 B
Plaintext
Raw Normal View History

!.gitkeep
2017-04-15 14:16:14 +00:00
# dependencies
2016-11-21 14:33:22 +00:00
node_modules
package-lock.json
2016-11-21 20:32:31 +00:00
2017-04-15 14:16:14 +00:00
# logs
npm-debug.log
2016-11-21 20:32:31 +00:00
2017-04-15 14:16:14 +00:00
# Mac OS
.DS_Store
2017-04-15 14:16:14 +00:00
# Idea directory
2017-04-27 22:52:06 +00:00
.idea
#dist
2017-04-27 22:52:06 +00:00
KawAnime*
dist/mac
dist/github
dist/linux-unpacked
2017-09-06 13:08:58 +00:00
dist/linux-ia32-unpacked
dist/win-unpacked
dist/win-ia32-unpacked
dist/latest*
dist/electron-builder.yaml
# webpack
public
# tests
.nyc_output
reports
selenium-debug.log
coverage.lcov
/coverage/
2017-06-05 20:39:57 +00:00
screenshots