mirror of
https://gitea.invidious.io/iv-org/videojs-vtt-thumbnails.git
synced 2024-08-15 00:43:16 +00:00
Initial commit
This commit is contained in:
commit
f0a97f8e13
23 changed files with 1020 additions and 0 deletions
34
.gitignore
vendored
Normal file
34
.gitignore
vendored
Normal file
|
@ -0,0 +1,34 @@
|
|||
# OS
|
||||
Thumbs.db
|
||||
ehthumbs.db
|
||||
Desktop.ini
|
||||
.DS_Store
|
||||
._*
|
||||
|
||||
# Editors
|
||||
*~
|
||||
*.swp
|
||||
*.tmproj
|
||||
*.tmproject
|
||||
*.sublime-*
|
||||
.idea/
|
||||
.project/
|
||||
.settings/
|
||||
.vscode/
|
||||
|
||||
# Logs
|
||||
logs
|
||||
*.log
|
||||
npm-debug.log*
|
||||
|
||||
# Dependency directories
|
||||
bower_components/
|
||||
node_modules/
|
||||
|
||||
# Yeoman meta-data
|
||||
.yo-rc.json
|
||||
|
||||
# Build-related directories
|
||||
dist/
|
||||
docs/api/
|
||||
test/dist/
|
Loading…
Add table
Add a link
Reference in a new issue