Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Yujuan Gui
Self created useful sources
Commits
80e3f14b
Commit
80e3f14b
authored
Mar 17, 2021
by
Yujuan Gui
Browse files
gitignore
parents
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitignore
0 → 100644
View file @
80e3f14b
# Ignore everything
*
# Don't ignore directories, so we can recurse into them
!*/
# Don't ignore .gitignore and *.foo files
!.gitignore
!*.Rmd
!*.sh
!*.md
!*.R
!README*
# ignore files start with _
._*
# ignore files in archive
*archive/*
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