Godot-docs: Documentation page for files and directories that should be ignored

Created on 13 Apr 2018  路  2Comments  路  Source: godotengine/godot-docs

If you currently search for keywords such as "gitignore", you get zero results.
If you search for keywords such as "git", you get many result. (I have not found any page that contains a list of folders or files that should be ignored.

I would suggest we add a page dedicated to each version control system, such as Git - and add a default .gitignore snippet of files and folders that should be ignored.

May be relevant to https://github.com/godotengine/godot-docs/issues/935, but I was unable to find anything based on that issue.

archived enhancement

Most helpful comment

On gitignore.io, you can search for "Godot" and get the following defaults;

### Godot ###
.import/
.mono/
export_presets.cfg

All 2 comments

On gitignore.io, you can search for "Godot" and get the following defaults;

### Godot ###
.import/
.mono/
export_presets.cfg

Duplicate of #935.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

RiverMesa picture RiverMesa  路  4Comments

eon-s picture eon-s  路  5Comments

golddotasksquestions picture golddotasksquestions  路  3Comments

clayjohn picture clayjohn  路  4Comments

jcmonkey picture jcmonkey  路  4Comments