Create .gitignore
This commit is contained in:
parent
5a04fb4100
commit
e1ac3f2ec2
34
.gitignore
vendored
Normal file
34
.gitignore
vendored
Normal 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
|
||||
Loading…
x
Reference in New Issue
Block a user