.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:
parent
2a25218643
commit
b507fee34a
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue