File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -80,9 +80,12 @@ This can be useful to speed up the initial project importing.
8080
8181.. note ::
8282
83- To create a file whose name starts with a dot on Windows, you can use a
84- text editor such as Notepad++ or use the following command in a
85- command prompt: ``type nul > .gdignore ``
83+ To create a file whose name starts with a dot on Windows, place a dot
84+ at both the beginning and end of the filename (".gdignore."). Windows
85+ will automatically remove the trailing dot when you confirm the name.
86+
87+ Alternatively, you can use a text editor such as Notepad++ or use the
88+ following command in a command prompt: ``type nul > .gdignore ``
8689
8790Once the folder is ignored, resources in that folder can't be loaded anymore
8891using the ``load() `` and ``preload() `` methods. Ignoring a folder will also
You can’t perform that action at this time.
0 commit comments