Skip to content

Commit ebf90a9

Browse files
Merith-TKpcal43
andauthored
ignore build directories (#325)
* ignore build directories I noticed this when opening with gitpod and building that the compiled classes are not ignored lol * Update .gitignore --------- Co-authored-by: pcal43 <[email protected]>
1 parent f3ab930 commit ebf90a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitignore

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ classes/
2323
*.iws
2424

2525
# vscode
26-
2726
.settings/
2827
.vscode/
2928
.classpath
3029
.project
30+
*/bin
3131

3232
# macos
3333

@@ -38,4 +38,4 @@ classes/
3838
run/
3939
logs/
4040

41-
.architectury-transformer/
41+
.architectury-transformer/

0 commit comments

Comments
 (0)