KunLun
KunLun

Reputation: 3225

Intellij disable local history for specific files

I want to disable the local history in Intellij, but only for the files from src/test/.

I can disable history only for these files, and to keep for the rest?

Or to specify for which folder to have history and automatically to not save for the others.

Upvotes: 0

Views: 223

Answers (1)

Ruslan Kuleshov
Ruslan Kuleshov

Reputation: 2405

In order to disable local history for a specific files you need to exclude the folder in "Ignored Files and Folders" under Preferences | Editor | File Types

Upvotes: 1

Related Questions