Browse Source

Document alternative dotfile method for Windows

Robert Maguire 1 year ago
parent
commit
2976c1ff6f
1 changed files with 6 additions and 3 deletions
  1. 6 3
      tutorials/best_practices/project_organization.rst

+ 6 - 3
tutorials/best_practices/project_organization.rst

@@ -80,9 +80,12 @@ This can be useful to speed up the initial project importing.
 
 
 .. note::
 .. note::
 
 
-    To create a file whose name starts with a dot on Windows, you can use a
-    text editor such as Notepad++ or use the following command in a
-    command prompt: ``type nul > .gdignore``
+    To create a file whose name starts with a dot on Windows, place a dot
+    at both the beginning and end of the filename (".gdignore."). Windows
+    will automatically remove the trailing dot when you confirm the name.
+
+    Alternatively, you can use a text editor such as Notepad++ or use the
+    following command in a command prompt: ``type nul > .gdignore``
 
 
 Once the folder is ignored, resources in that folder can't be loaded anymore
 Once the folder is ignored, resources in that folder can't be loaded anymore
 using the ``load()`` and ``preload()`` methods. Ignoring a folder will also
 using the ``load()`` and ``preload()`` methods. Ignoring a folder will also