Skip to content

Commit

Permalink
Merge pull request #17 from worldbank/ignore-updates
Browse files Browse the repository at this point in the history
Ignore updates
  • Loading branch information
kbjarkefur authored Mar 17, 2021
2 parents 242dd6c + edee904 commit e84ad5c
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
# R
!/**/*.R
!/**/*.Rmd
!/**/*.Rproj

# LaTeX
!/**/*.tex
Expand Down
22 changes: 20 additions & 2 deletions GitHub-resources/DIME-GitHub-Templates/gitignore_template.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
# below to set up this template in your own repository
# https://github.com/worldbank/dime-github-trainings/tree/master/GitHub-resources/DIME-GitHub-Templates
#
# Note that if you are using GitKraken, you need to use version 5.x or more
# recent for this template to work properly
# This is version 2.0
#
########################################################################

Expand Down Expand Up @@ -48,6 +47,8 @@
!/**/*.R
!/**/*.Rmd
!/**/*.Rproj
# Still ignore user file for R projects
.Rproj.user

# LaTeX
!/**/*.tex
Expand All @@ -56,6 +57,9 @@
# Python
!/**/*.py
!/**/*.ipynb
!/**/requirements.txt
!/**/Pipfile
!/**/Pipfile.lock
# Still ignore .ipynb files in checkpoint folders
.ipynb_checkpoints

Expand All @@ -68,6 +72,20 @@
# Julia
!/**/*.jl

#Files to create custom layout and functionality
# in dashboards, markdown notebooks, bookdown etc.
!/**/*.css
!/**/*.js

#Bash scripts
!/**/*.sh

# .yml and .yaml files
# These files sometimes have credentials, so only unignore these lines by removing
# the "#" below after you checked your .yml/.yaml files for sensitive content
#!/**/*.yml
#!/**/*.yaml

#######################
# Include some additional file formats in any output folder. You might have
# to change the name of the Output folder to whatever it is called in your
Expand Down

0 comments on commit e84ad5c

Please sign in to comment.