diff options
Diffstat (limited to 'doc/modules/ROOT')
| -rw-r--r-- | doc/modules/ROOT/pages/projects.adoc | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/doc/modules/ROOT/pages/projects.adoc b/doc/modules/ROOT/pages/projects.adoc index f1f4a5f..24e6e31 100644 --- a/doc/modules/ROOT/pages/projects.adoc +++ b/doc/modules/ROOT/pages/projects.adoc @@ -813,8 +813,13 @@ If you'd like to instruct Projectile to ignore certain files in a project, when indexing it you can do so in the `.projectile` file by adding each path to ignore, where the paths all are relative to the root directory and start with a slash. Everything ignored should be -preceded with a `-` sign. Alternatively, not having any prefix at all -also means to ignore the directory or file pattern that follows. +preceded with a `-` sign. + +NOTE: Lines without any prefix at all are still accepted and treated +as ignore patterns for backward compatibility, but the implicit form +is being phased out and Projectile now warns about it once per +project. Prefer the explicit `-` prefix in new dirconfigs. + Here's an example for a typical Rails application: ---- |
