Skip to content

Commit

Permalink
ignore build directories (#325)
Browse files Browse the repository at this point in the history
* 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 <github@pcal.net>
  • Loading branch information
Merith-TK and pcal43 committed May 1, 2024
1 parent f3ab930 commit ebf90a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ classes/
*.iws

# vscode

.settings/
.vscode/
.classpath
.project
*/bin

# macos

Expand All @@ -38,4 +38,4 @@ classes/
run/
logs/

.architectury-transformer/
.architectury-transformer/

0 comments on commit ebf90a9

Please sign in to comment.