From c048d33985550975af1f0e97236f941d17715eaf Mon Sep 17 00:00:00 2001 From: Your Name Date: Wed, 13 Oct 2021 12:55:42 +0200 Subject: [PATCH 1/2] Ignores boards and wpaint stuff for git --- .gitignore | 19 +++++++++++++++++++ .gitmodules | 1 + 2 files changed, 20 insertions(+) diff --git a/.gitignore b/.gitignore index 2c2a47ed..102b18ee 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,22 @@ +# Ignore board content +/alt/* +/anime/* +/dead/* +/edu/* +/games/* +/gulag/* +/hobby/* +/leftypol/* +/leftypol_archive/* +/meta/* +/music/* +/overboard/* +/roulette/* +/sfw/* +/siberia/* +/tech/* +/vi/* + # static html and json /*/*.html /*/*.json diff --git a/.gitmodules b/.gitmodules index df07fdf3..2e97b4f4 100644 --- a/.gitmodules +++ b/.gitmodules @@ -2,6 +2,7 @@ path = js/wPaint url = https://github.com/vichan-devel/wPaint.git branch = master + ignore = dirty [submodule "inc/lib/parsedown"] path = inc/lib/parsedown -- 2.25.1 From ff9e6f43448238b616ccf6826ab525bbbd2c72b8 Mon Sep 17 00:00:00 2001 From: Your Name Date: Wed, 13 Oct 2021 12:57:23 +0200 Subject: [PATCH 2/2] Spacing --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 2e97b4f4..7d9f3a3d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -2,7 +2,7 @@ path = js/wPaint url = https://github.com/vichan-devel/wPaint.git branch = master - ignore = dirty + ignore = dirty [submodule "inc/lib/parsedown"] path = inc/lib/parsedown -- 2.25.1