latest 2 messages by al-damiri

+ [2016-09-11T17:43:30Z] al-damiri i tried this: `git diff old_api..master -- . ':!node_modules'` but it doesn't ignores the directory.
+ [2016-09-11T17:43:03Z] al-damiri hi, i need to do a git diff on a repo that has a directory "node_modules" folder committed in the source. how can i do the diff b/w two branches while ignoring everything under the directory "node_modules"?