-
Notifications
You must be signed in to change notification settings - Fork 363
Conversation
src/.gitignore
Outdated
# Custom # | ||
################### | ||
node_modules | ||
dist |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you add a trailing slash to these to signify they're directories?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Woops, added them in there 👍
Thanks @adrhumphreys for the PR - just a small comment. @NathanPJF I've assigned you for some additional 👀. |
Added trailing backslash to explicitly state that the ignored directories are actually directories
Awesome, @chrisberthe I've add the trailing slashes |
Hey @adrhumphreys 👋 - have you had a chance to test this out? The Is the existing setup not working for you? Care to elaborate as to how you ended up with |
Sorry, I saw in your issue that the problem is that |
As @t-kelly mentioned, this doesn't solve the issue of ignoring the Closing this PR for now, but we'll definitely revisit this soon - maybe we could initialize this with a flag upon running |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Added git ignore, to ignore the node_modules and dist folder for new projects
What are you trying to accomplish with this PR?
This adds a gitignore file by default so that node_modules and dist don't get commited to sc by accident
#126