chore: ignore more IDE/build files

This commit is contained in:
nima.taheri@hootsuite.com 2022-08-10 12:33:36 -07:00
parent 62d6d07fe5
commit 9987b838b6

5
.gitignore vendored
View file

@ -3,9 +3,14 @@
# Example .gitignore files: https://github.com/github/gitignore # Example .gitignore files: https://github.com/github/gitignore
/bower_components/ /bower_components/
/node_modules/ /node_modules/
package-lock.json
yarn.lock
*.m4a *.m4a
*.m4v *.m4v
*.zip *.zip
converted/*.mp4 converted/*.mp4
combine.sh combine.sh
.idea
.vscode