PNNL-PREMIS / SULI2019

Repository for summer 2019 SULI interns
0 stars 0 forks source link

Git should ignore plots we save in the repository #10

Closed bpbond closed 5 years ago

bpbond commented 5 years ago

By default, git 'watches' everything in our SULI repository. However, we'd like to be able to save plots we generate and not have git pick this up as a change.

@hmoore28 Can you add two lines to the end of the .gitignore file, something like this:

# Ignore saved plot files
*.png

Please do so in a branch and then open a PR. Thanks!

bpbond commented 5 years ago

Fixed in #11