From 74df32dabff9ca32c68de5e56e4e1f5237aa462b Mon Sep 17 00:00:00 2001 From: Merith Date: Sat, 20 Apr 2024 05:33:29 -0700 Subject: [PATCH 1/2] ignore build directories I noticed this when opening with gitpod and building that the compiled classes are not ignored lol --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 1ae2ed74..83c2efcd 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,8 @@ build/ out/ classes/ +*/bin + # eclipse *.launch @@ -38,4 +40,4 @@ classes/ run/ logs/ -.architectury-transformer/ \ No newline at end of file +.architectury-transformer/ From 25b0617fce99682c57760942252df35df259f754 Mon Sep 17 00:00:00 2001 From: pcal43 Date: Tue, 30 Apr 2024 23:13:17 -0700 Subject: [PATCH 2/2] Update .gitignore --- .gitignore | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 83c2efcd..d9f92644 100644 --- a/.gitignore +++ b/.gitignore @@ -11,8 +11,6 @@ build/ out/ classes/ -*/bin - # eclipse *.launch @@ -25,11 +23,11 @@ classes/ *.iws # vscode - .settings/ .vscode/ .classpath .project +*/bin # macos