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
37ec8ba5
Commit
37ec8ba5
authored
Oct 27, 2018
by
Brendan Forster
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add section about updated folder structure
parent
663ff83b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
4 deletions
+11
-4
README.md
README.md
+11
-4
No files found.
README.md
View file @
37ec8ba5
...
...
@@ -18,10 +18,17 @@ the following resources are a great place to start:
## Folder structure
The files in the root directory are for
`.gitignore`
templates that are
project-specific, such as language or framework specific templates.
Global (operating system or editor specific) templates should go into the
[
`Global/`
](
./Global
)
directory.
We support a collection of templates, organized in this way:
-
[
`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
)
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
...
...
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