42 lines
801 B
Plaintext
42 lines
801 B
Plaintext
# 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
|
|
BepInEx/config/com.kmyuhkyuk.*
|
|
BepInEx/config/com.fika.core.cfg
|
|
BepInEx/config/com.Amanda.*
|
|
BepInEx/config/com.terkoiz.skipper.cfg
|
|
BepInEx/config/IhanaMies.LootValue.cfg
|
|
BepInEx/config/Mattdokn.BossNotifier.cfg
|
|
BepInEx/config/Tyrian.Radar.cfg
|
|
|
|
# mod ignore list
|
|
|
|
#Include User/Mods/
|
|
!User
|
|
User/*
|
|
!User/Mods
|