Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitignore
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
general
gitignore
Commits
9c477781
Unverified
Commit
9c477781
authored
Nov 22, 2018
by
Brendan Forster
Committed by
GitHub
Nov 22, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README.md
parent
3352aa40
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
README.md
README.md
+4
-4
No files found.
README.md
View file @
9c477781
...
@@ -29,8 +29,8 @@ We support a collection of templates, organized in this way:
...
@@ -29,8 +29,8 @@ We support a collection of templates, organized in this way:
that you either
[
add these to your global template
](
https://help.github.com/articles/ignoring-files/#create-a-global-gitignore
)
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
or merge these rules into your project-specific templates if you want to use
them permanently.
them permanently.
-
[
`
ecosystem`
](
./ecosystem
)
contains specialized templates coalescing around
-
[
`
community`
](
./community
)
contains specialized templates for other popular
popular programming languages, but don't make sense to live
in the mainstream
languages, tools and project, which don't currently belong
in the mainstream
templates. These should be added to your project-specific templates when you
templates. These should be added to your project-specific templates when you
decide to adopt the framework or tool.
decide to adopt the framework or tool.
...
@@ -43,7 +43,7 @@ If it's not possible to curate a small set of useful rules for this situation,
...
@@ -43,7 +43,7 @@ If it's not possible to curate a small set of useful rules for this situation,
then the template is not a good fit for this collection.
then the template is not a good fit for this collection.
If a template is mostly a list of files installed by a particular version of
If a template is mostly a list of files installed by a particular version of
some software (e.g. a PHP framework), it
sh
ould live under the
`community`
some software (e.g. a PHP framework), it
c
ould live under the
`community`
directory. See
[
versioned templates
](
#versioned-templates
)
for more details.
directory. See
[
versioned templates
](
#versioned-templates
)
for more details.
If you have a small set of rules, or want to support a technology that is not
If you have a small set of rules, or want to support a technology that is not
...
@@ -98,7 +98,7 @@ to this repository we need to follow this specific flow:
...
@@ -98,7 +98,7 @@ to this repository we need to follow this specific flow:
-
the template at the root should be the current supported version
-
the template at the root should be the current supported version
-
the template at the root should not have a version in the filename (i.e.
-
the template at the root should not have a version in the filename (i.e.
"evergreen")
"evergreen")
-
previous versions of templates should live under
`community`
-
previous versions of templates should live under
`community
/
`
-
previous versions of the template should embed the version in the filename,
-
previous versions of the template should embed the version in the filename,
for readability
for readability
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment