Skip to content

Commit

Permalink
Update ignore pattern for project settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Graham42 committed May 14, 2019
1 parent 482bd90 commit efcb1d3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
"**/.factorypath": true,
"build": true,
".gradle": true
},
"files.associations": {
"*.jelly": "xml"
Expand Down

0 comments on commit efcb1d3

Please sign in to comment.