2019-04-08 22:20:52 +00:00
|
|
|
.DS_Store
|
2016-11-21 14:33:22 +00:00
|
|
|
node_modules
|
2019-04-08 22:20:52 +00:00
|
|
|
/dist
|
2016-11-21 20:32:31 +00:00
|
|
|
|
2019-07-08 15:06:02 +00:00
|
|
|
/test/screenshots/*.png
|
2020-08-28 14:53:18 +00:00
|
|
|
downloads/
|
2016-11-21 20:32:31 +00:00
|
|
|
|
2019-04-08 22:20:52 +00:00
|
|
|
# local env files
|
|
|
|
.env.local
|
|
|
|
.env.*.local
|
2016-11-23 19:09:30 +00:00
|
|
|
|
2019-04-08 22:20:52 +00:00
|
|
|
# Log files
|
|
|
|
npm-debug.log*
|
|
|
|
yarn-debug.log*
|
|
|
|
yarn-error.log*
|
2017-04-27 22:52:06 +00:00
|
|
|
|
2019-04-08 22:20:52 +00:00
|
|
|
# Editor directories and files
|
|
|
|
.idea
|
2018-03-21 04:59:49 +00:00
|
|
|
.vscode
|
2019-04-08 22:20:52 +00:00
|
|
|
*.suo
|
|
|
|
*.ntvs*
|
|
|
|
*.njsproj
|
|
|
|
*.sln
|
|
|
|
*.sw*
|
|
|
|
|
2019-06-13 19:31:59 +00:00
|
|
|
# Electron-builder output
|
2019-04-08 22:20:52 +00:00
|
|
|
/dist_electron
|
2019-06-13 19:31:59 +00:00
|
|
|
/dist
|
|
|
|
|
|
|
|
# Coverage
|
2019-07-01 23:21:43 +00:00
|
|
|
coverage
|
2019-07-07 21:29:28 +00:00
|
|
|
.nyc_output
|
|
|
|
|
|
|
|
# Mocha reporter
|
2019-10-20 23:07:08 +00:00
|
|
|
mochawesome-report
|
|
|
|
|
|
|
|
# C++ Bindings
|
2020-01-15 17:13:21 +00:00
|
|
|
bindings/build
|
|
|
|
|
|
|
|
# External libs binaries
|
2020-01-31 10:30:23 +00:00
|
|
|
public/*.dylib
|
2020-03-29 16:52:46 +00:00
|
|
|
public/*.dll
|
2020-04-15 00:29:08 +00:00
|
|
|
public/*.node
|
2020-01-15 17:13:21 +00:00
|
|
|
public/mpv/*
|
2020-08-17 17:50:43 +00:00
|
|
|
# Temporary
|
|
|
|
!public/mpv/*.dll
|
2020-01-31 10:30:23 +00:00
|
|
|
!public/mpv/.gitkeep
|