diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..7dbbda70 --- /dev/null +++ b/.gitignore @@ -0,0 +1,44 @@ +.DS_Store +node_modules +dist +build + +# local env files +.env.local +.env.*.local + +# Log files +npm-debug.log* +yarn-debug.log* +yarn-error.log* + +# Editor directories and files +.idea +.vscode +*.suo +*.ntvs* +*.njsproj +*.sln +*.sw? + +__pycache__ +~~* +--* +==* +package-lock.json +yarn.lock +.git +/*.zip +/*.py +/*.exe +/*.jar +/*.md +/*.json +/*.js +/*.txt +/.gitattributes +/.*ignore + +!bower.json +!composer.json +!package.js \ No newline at end of file diff --git a/1.hello-world/9.read-video-electron/index.html b/1.hello-world/9.read-video-electron/index.html index 27bc4dd2..9316e0c1 100644 --- a/1.hello-world/9.read-video-electron/index.html +++ b/1.hello-world/9.read-video-electron/index.html @@ -15,7 +15,6 @@