Edgewall Software

Changes between Version 174 and Version 175 of TracModPython


Ignore:
Timestamp:
Mar 26, 2019, 3:23:55 AM (5 years ago)
Author:
Ryan J Ollos
Comment:

Document the .tracignore file.

Legend:

Unmodified
Added
Removed
Modified
  • TracModPython

    v174 v175  
    147147
    148148When you request the `/projects` URL, you will get a listing of all subdirectories of the directory you set as `TracEnvParentDir` that look like Trac environment directories. Selecting any project in the list will bring you to the corresponding Trac environment.
     149
     150Directories residing in `TracEnvParentDir` that are not environment directories will display an error message on the [TracInterfaceCustomization#ProjectList project index page]. The directories can be excluded by listing them in a `.tracignore` file residing in `TracEnvParentDir`. Unix [https://docs.python.org/2/library/fnmatch.html shell-style wildcard patterns] can be used in the newline separated list of directories.
    149151
    150152If you don't want to have the subdirectory listing as your projects home page you can use a