.gitignore updates (#633)

* .gitignore updates

* fixed misleading comment

* as suggested .DS_Store should be fine

Co-Authored-By: casz <josephp90@gmail.com>
This commit is contained in:
Ewelina Wilkosz 2018-12-04 10:22:59 +00:00 committed by GitHub
parent 2a25218643
commit b507fee34a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

6
.gitignore vendored
View File

@ -3,8 +3,9 @@ work/
.idea/
*.iml
# ignore jenkins.yaml from root folder (used by many for testing)
# ignore jenkins.yaml from root and plugin folder (used by many for testing)
/jenkins.yaml
/plugin/jenkins.yaml
plugins.txt
# Ignore generated files.
@ -15,3 +16,6 @@ plugins.txt
*/.project
*/.settings
# Ignore DS_Store (Mac)
.DS_Store