Skip to content

Commit

Permalink
Merge pull request #177 from MalTeeez/patch-1
Browse files Browse the repository at this point in the history
Fix .gitignore to include specified folders
  • Loading branch information
maggi373 committed Aug 18, 2024
2 parents 5a9fa59 + 4f68f3d commit 620f8c0
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
**
*
!*/

!/.gitignore

!.github/**
!docs/**
!etc/**
!gradle/**
!libs/**
!src/**
!.gitignore

!LICENSE.md
!Mekanism.txt
!README.md
Expand Down

0 comments on commit 620f8c0

Please sign in to comment.