1
1
mirror of https://github.com/codota/TabNine.git synced 2024-07-14 21:50:45 +03:00
This commit is contained in:
avner 2021-10-17 15:35:40 +03:00
parent 1c1b028fa6
commit e30be513a3

View File

@ -21,7 +21,7 @@ The `.tabnine` file is formatted using `JSON` containing the following fields:
### Fields
| field | type | default value (if not set) | description | Notes |
| field | type | default value (if not set) | description | notes |
|-----------------------|------------|--------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------|
| `teamLearningEnabled` | `boolean` | `true` | relevant for users which are part of a team and want to disable team training on this project. `true` - team learning is enabled for this project `false` team learning is disabled for this project | |
| `teamLearningIgnore` | `[string]` | `[]` | an `Array` of `String` file path masks to ignore for team learning | **Note** : Entries are identical in format to those you would have as part of a `.gitignore` file. |