will branch off into a maps test
This commit is contained in:
@@ -1,10 +1,16 @@
|
||||
package common
|
||||
|
||||
//FileTypes is for ignoring files to add or ignoring compress, or for locked files, all use the same type of struct (files, folders and exts)
|
||||
// type FileTypes struct {
|
||||
// Files []string `toml:"files"`
|
||||
// Exts []string `toml:"exts"`
|
||||
// Folders []string `toml:"folders"`
|
||||
// }
|
||||
|
||||
type FileTypes struct {
|
||||
Files []string `toml:"files"`
|
||||
Exts []string `toml:"exts"`
|
||||
Folders []string `toml:"folders"`
|
||||
Files map[string]string `toml:"files"`
|
||||
Folders map[string]string `toml:"folders"`
|
||||
Exts map[string]string `toml:"exts"`
|
||||
}
|
||||
|
||||
// RepoRefreshRequest returns locks, ignores, and commits/branches. Server marshals into this, client unmarshals
|
||||
|
Reference in New Issue
Block a user