d1
This commit is contained in:
parent
3e20560be8
commit
9e053d9fa9
2 changed files with 10 additions and 5 deletions
0
.gitattributes
vendored
Normal file
0
.gitattributes
vendored
Normal file
15
.gitignore
vendored
15
.gitignore
vendored
|
|
@ -1,18 +1,23 @@
|
||||||
*
|
*
|
||||||
!.gitignore
|
!.gitignore
|
||||||
|
!.gitattributes
|
||||||
|
|
||||||
!SPT_Data/
|
!SPT_Data/
|
||||||
!SPT_Data/Server
|
!SPT_Data/Server
|
||||||
!SPT_Data/Server/configs
|
!SPT_Data/Server/configs
|
||||||
!SPT_Data/Server/configs/*
|
!SPT_Data/Server/configs/**
|
||||||
!SPT_Data/Server/database/*
|
!SPT_Data/Server/database/**
|
||||||
|
|
||||||
!BepInEx/
|
!BepInEx/
|
||||||
!BepInEx/config/
|
!BepInEx/config/
|
||||||
!BepInEx/config/*
|
!BepInEx/config/*
|
||||||
!BepInEx/config/*/*
|
!BepInEx/config/**
|
||||||
|
|
||||||
!BepInEx/plugins/
|
!BepInEx/plugins/
|
||||||
!BepInEx/plugins/*
|
!BepInEx/plugins/*
|
||||||
!BepInEx/plugins/*/*
|
!BepInEx/plugins/**
|
||||||
|
|
||||||
|
|
||||||
|
!user/
|
||||||
|
!user/mods/
|
||||||
|
!user/mods/**
|
||||||
Loading…
Add table
Add a link
Reference in a new issue