From cc96a5bbdbd01cb63293c402128074b6d60f13c3 Mon Sep 17 00:00:00 2001 From: Xhofe Date: Mon, 18 Apr 2022 18:31:10 +0800 Subject: [PATCH] chore: add windows bin to gitignore --- .gitignore | 1 + LICENSE | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ffbe096b..576dca8b 100644 --- a/.gitignore +++ b/.gitignore @@ -22,6 +22,7 @@ dist/ # vendor/ bin/* /alist +/alist.exe *.json public/*.html public/assets/ diff --git a/LICENSE b/LICENSE index 29ebfa54..0ad25db4 100644 --- a/LICENSE +++ b/LICENSE @@ -658,4 +658,4 @@ specific requirements. 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. For more information on this, and how to apply and follow the GNU AGPL, see -. \ No newline at end of file +.