Skip to content

Commit

Permalink
Combine .gitignore from plugin/ and server/ (#18)
Browse files Browse the repository at this point in the history
Also added more gitignore items, such as yt-dlp binaries
  • Loading branch information
grqz authored Sep 11, 2024
1 parent 1aa2661 commit 586802d
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 9 deletions.
27 changes: 27 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
server/build/
server/node_modules/
server/tsconfig.tsbuildinfo

plugin/dist/
plugin/__pycache__/
plugin/README.md
plugin/CHANGELOG.md
plugin/**.pyc
plugin/**.pyo

**/yt-dlp
**/yt-dlp.exe
**/yt-dlp_macos
**/yt-dlp_x86.exe
**/yt-dlp_min.exe
**/yt-dlp_linux
**/yt-dlp_linux_armv7l
**/yt-dlp_linux_aarch64
**/yt-dlp_win.zip
**/yt-dlp_macos.zip
**/yt-dlp_macos_legacy
# yt-dlp binaries
**/yt-dlp/
# yt-dlp source code

**/tmp/
6 changes: 0 additions & 6 deletions plugin/.gitignore

This file was deleted.

3 changes: 0 additions & 3 deletions server/.gitignore

This file was deleted.

0 comments on commit 586802d

Please sign in to comment.