Compare commits

...

5 Commits

Author SHA1 Message Date
putku45
da0b4033db
Merge 66b704afbe into c677dd99d4 2026-04-08 11:43:37 +00:00
Devin Dooley
c677dd99d4
Merge pull request #4834 from wispgitgecko9/patch-2
Update macOS.gitignore
2026-04-07 20:04:22 -07:00
Devin Dooley
a78658650d
Revert change to Icon rule 2026-04-07 20:02:07 -07:00
WiSP
6a7b122e75
Update macOS.gitignore
Added .localized file to the gitignore.
2026-04-03 21:59:36 -05:00
putku45
66b704afbe
docs: improve grammar and link formatting in Global directory description
Improve grammar and formatting in Global directory description
2026-03-16 20:17:34 +05:30
2 changed files with 4 additions and 5 deletions

View File

@ -1,5 +1,6 @@
# General
.DS_Store
.localized
__MACOSX/
.AppleDouble
.LSOverride

View File

@ -24,11 +24,9 @@ We support a collection of templates, organized in this way:
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.
- [`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://docs.github.com/en/get-started/getting-started-with-git/ignoring-files#configuring-ignored-files-for-all-repositories-on-your-computer)
or merge these rules into your project-specific templates if you want to use
them permanently.
- [`Global`](./Global) contains templates for various editors, tools, and
operating systems that can be used in different situations. We recommend
adding these to your [global template](https://docs.github.com/en/get-started/getting-started-with-git/ignoring-files#configuring-ignored-files-for-all-repositories-on-your-computer) or merging these rules into your project-specific templates if you want to use them permanently.
- [`community`](./community) contains specialized templates for other popular
languages, tools and project, which don't currently belong in the mainstream
templates. These should be added to your project-specific templates when you