Skip to content

Commit

Permalink
(feat: Update .gitignore to ignore build files and include crash logs)
Browse files Browse the repository at this point in the history
  • Loading branch information
17TheWord committed Aug 13, 2024
1 parent eb503cc commit 1a74bf3
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,26 @@ QueQiao-jar/
*.tar.gz
*.rar

!gradle-wrapper.jar
!ModMultiVersionTool*.jar
forge/forge-*/
fabric/fabric-*/
spigot/spigot-*/
velocity/velocity-*/

!fabric/fabric-*/gradle/
!forge/forge-*/gradle/
!spigot/spigot-*/gradle/
!velocity/velocity-*/gradle/

!fabric/fabric-*/gradlew
!fabric/fabric-*/gradlew.bat
!forge/forge-*/gradlew
!forge/forge-*/gradlew.bat
!spigot/spigot-*/gradlew
!spigot/spigot-*/gradlew.bat
!velocity/velocity-*/gradlew
!velocity/velocity-*/gradlew.bat

!tool/

# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
Expand Down

0 comments on commit 1a74bf3

Please sign in to comment.