From 9987b838b6daeb6e9567384d1beede423ca3e759 Mon Sep 17 00:00:00 2001 From: "nima.taheri@hootsuite.com" Date: Wed, 10 Aug 2022 12:33:36 -0700 Subject: [PATCH] chore: ignore more IDE/build files --- .gitignore | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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