-
Notifications
You must be signed in to change notification settings - Fork 438
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
.claspignore not working at all #587
Comments
Thanks for the report. Probably related to #58. |
grant
added a commit
that referenced
this issue
Mar 29, 2019
Part of simplifying `getProjectFiles`. See #587.
This was referenced Mar 29, 2019
grant
added a commit
that referenced
this issue
Apr 1, 2019
So, clasp read the fs tree 2x before `clasp push` or `clasp status`... This removes the extra unused read. Simplify pushing. Part of #587.
campionfellin
pushed a commit
to campionfellin/clasp
that referenced
this issue
Apr 7, 2019
Part of simplifying `getProjectFiles`. See google#587.
campionfellin
pushed a commit
to campionfellin/clasp
that referenced
this issue
Apr 7, 2019
So, clasp read the fs tree 2x before `clasp push` or `clasp status`... This removes the extra unused read. Simplify pushing. Part of google#587.
This also needs to be validated after PR #620 |
@edge-developer can you try with clasp 2.2.0 if the issue still occurs? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expected Behavior
The text below written within
.claspignore
is supposed to ignore everything else and select sample.js for pushActual Behavior
But Alas, after running
clasp status
on the terminalit did not ignore the rest:

"clasp status" on terminalStill did not ignore when i pushed

"clasp push" on terminalSteps to Reproduce the Problem
Already given above
Specifications
The text was updated successfully, but these errors were encountered: