diff options
author | Brian Douglas <bdougie@users.noreply.github.com> | 2021-08-17 22:27:54 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-17 22:27:54 -0700 |
commit | de998693abb34b443dfd32343e9ee70f9e178372 (patch) | |
tree | 93a2fe8c580203136980b7132cf0fb9dc8150168 | |
parent | 991e760c1c6d50fdda246e0178b9c58b06770b90 (diff) | |
parent | 87aaa50bcb7d5b8117fbe91b118e136759256e18 (diff) | |
download | gitignore-de998693abb34b443dfd32343e9ee70f9e178372.tar.gz gitignore-de998693abb34b443dfd32343e9ee70f9e178372.zip |
Merge pull request #3775 from michael-orzel/patch-1
Add period and capitalized letter for formatting
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -20,10 +20,10 @@ the following resources are a great place to start: We support a collection of templates, organized in this way: -- the root folder contains templates in common use, to help people get started +- The root folder contains templates in common use, to help people get started with popular programming languages and technologies. These define a meaningful set of rules to help get started, and ensure you are not committing - unimportant files into your repository + unimportant files into your repository. - [`Global`](./Global) contains templates for various editors, tools and 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) |