Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
R3
school
courses
Commits
608f70dd
Verified
Commit
608f70dd
authored
Oct 07, 2019
by
Laurent Heirendt
✈
Browse files
add slide for gitignore
parent
e021ec2d
Changes
2
Hide whitespace changes
Inline
Side-by-side
2019/2019-10-10_advancedGitTraining-SIU/slides/ignore.md
0 → 100644
View file @
608f70dd
# Ignore files
In the file
`.gitignore`
, all untracked files that should be ignored by
`git`
are listed:
```
.DS_Store
data
*.csv
```
If you want to exclude certain files from this list:
```
!*.yml
config/*.yml
```
This tracks changes in all yml file, but not in the
`config`
folder.
Examples: www.gitignore.io
\ No newline at end of file
2019/2019-10-10_advancedGitTraining-SIU/slides/list.json
View file @
608f70dd
...
...
@@ -2,6 +2,7 @@
{
"filename"
:
"index.md"
},
{
"filename"
:
"overview.md"
},
{
"filename"
:
"gettingStarted.md"
},
{
"filename"
:
"ignore.md"
},
{
"filename"
:
"amend.md"
},
{
"filename"
:
"reset.md"
},
{
"filename"
:
"revert.md"
},
...
...
Laurent Heirendt
✈
@laurent.heirendt
mentioned in issue
#4 (closed)
·
Oct 07, 2019
mentioned in issue
#4 (closed)
mentioned in issue #4
Toggle commit list
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