Create .gitignore

This commit is contained in:
Lukas Gust 2024-06-03 09:02:38 -06:00 committed by GitHub
parent 5a04fb4100
commit e1ac3f2ec2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

34
.gitignore vendored Normal file
View File

@ -0,0 +1,34 @@
# sourced from https://github.com/IAMBUDE/mpt-client/blob/main/.gitignore, thank you!
/*
#Base files
!.gitignore
!README.md
#Unneeded stuff
**/.DS_Store
**.log
#Include BepInEx core
!BepInEx
BepInEx/*
# BepInEx Plugins
!BepInEx/plugins
# BepInEx config
!BepInEx/config
# BepInEx config ignore list
BepInEx/config/BepInEx.cfg
BepInEx/config/FOVFix.cfg
BepInEx/config/Tyfon.UIFixes.cfg
BepInEx/config/com.Amanda.Graphics.cfg
BepInEx/config/com.bepis.bepinex.configurationmanager.cfg
# mod ignore list
#Include User/Mods/
!User
User/*
!User/Mods