diff --git a/.gitignore b/.gitignore index 8a80599..e844a2f 100644 --- a/.gitignore +++ b/.gitignore @@ -3,9 +3,14 @@ # Example .gitignore files: https://github.com/github/gitignore /bower_components/ /node_modules/ +package-lock.json +yarn.lock *.m4a *.m4v *.zip converted/*.mp4 -combine.sh \ No newline at end of file +combine.sh + +.idea +.vscode