chore: add windows bin to gitignore

pull/984/head
Xhofe 2022-04-18 18:31:10 +08:00
parent 0810561a8a
commit cc96a5bbdb
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -22,6 +22,7 @@ dist/
# vendor/ # vendor/
bin/* bin/*
/alist /alist
/alist.exe
*.json *.json
public/*.html public/*.html
public/assets/ public/assets/

View File

@ -658,4 +658,4 @@ specific requirements.
You should also get your employer (if you work as a programmer) or school, You should also get your employer (if you work as a programmer) or school,
if any, to sign a "copyright disclaimer" for the program, if necessary. if any, to sign a "copyright disclaimer" for the program, if necessary.
For more information on this, and how to apply and follow the GNU AGPL, see For more information on this, and how to apply and follow the GNU AGPL, see
<https://www.gnu.org/licenses/>. <https://www.gnu.org/licenses/>.