mirror of
https://github.com/Tusko/vimeo-private-downloader.git
synced 2025-07-30 19:40:51 -07:00
chore: ignore more IDE/build files
This commit is contained in:
parent
62d6d07fe5
commit
9987b838b6
1 changed files with 6 additions and 1 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue