kishoreg commented on a change in pull request #5441:
URL: https://github.com/apache/incubator-pinot/pull/5441#discussion_r432151926
##########
File path: .gitignore
##########
@@ -44,4 +44,8 @@ yarn.lock
npm-debug.log*
yarn-debug.log*
-yarn-error.log*
\ No newline at end of file
+yarn-error.log*
+
+#quickstart files
+examples/
Review comment:
This only excludes examples in the root folder.
```
➜ incubator-pinot git:(ignore-quickstart-files) git status
On branch ignore-quickstart-files
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git checkout -- <file>..." to discard changes in working directory)
modified:
pinot-tools/src/main/resources/examples/batch/airlineStats/hadoopIngestionJobSpec.yaml
```
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]