Skip to content

Commit

Permalink
Update gh-pages gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
peaBerberian committed Oct 17, 2024
1 parent 7495bd1 commit 2c1b0ed
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
node_modules
/tmp
/localhost.crt
/localhost.key
/node_modules
*.log
*.keys

demo/bundle.js
/demo

coverage/
/dist

dist/*
!dist/rx-player.js
!dist/rx-player.min.js
test-output.xml
/src/parsers/manifest/dash/wasm-parser/target
/src

demo/bundle.js
# IDE files
/.idea
/.vscode

.vscode
.DS_Store

0 comments on commit 2c1b0ed

Please sign in to comment.