提交 37ec8ba5 编写于 作者: B Brendan Forster

add section about updated folder structure

上级 663ff83b
...@@ -18,10 +18,17 @@ the following resources are a great place to start: ...@@ -18,10 +18,17 @@ the following resources are a great place to start:
## Folder structure ## Folder structure
The files in the root directory are for `.gitignore` templates that are We support a collection of templates, organized in this way:
project-specific, such as language or framework specific templates.
Global (operating system or editor specific) templates should go into the - [`Global`](./Global) contains templates for various editors, tools and
[`Global/`](./Global) directory. operating systems that can be used in different situations. It is recommended
that you either [add these to your global template](https://help.github.com/articles/ignoring-files/#create-a-global-gitignore)
or merge these rules into your project-specific templates if you want to use
them permanently.
- [`ecosystem`](./ecosystem) contains specialized templates coalescing around
popular programming languages, but don't make sense to live in the mainstream
templates. These should be added to your project-specific templates when you
decide to adopt the framework or tool.
## Contributing guidelines ## Contributing guidelines
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册