We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68df58f commit 8fdf832Copy full SHA for 8fdf832
users/ignoring.rst
@@ -80,6 +80,9 @@ The ``.stignore`` file contains a list of file or path patterns. The
80
still relative to the synced folder *root*. Example:
81
``#include more-patterns.txt``.
82
83
+ Any ``#include`` directives inside a file loaded by ``#include`` require paths specified relative
84
+ to the directory containing the loaded file, rather than the synchronised root directory.
85
+
86
- A pattern beginning with a ``!`` prefix negates the pattern: matching files
87
are *included* (that is, *not* ignored). This can be used to override
88
more general patterns that follow.
0 commit comments