-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Default config that includes no apps #35
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
Conversation
@@ -3,6 +3,8 @@ We want to make contributing to this project as easy and transparent as | |||
possible. | |||
|
|||
## Our Development Process | |||
The standard installation method also clones the git repository, so you can start making and submitting changes right away. For convenience, you can use `git update-index --assume-unchanged Parse-Dashboard/parse-dashboard-config.json` to ignore your own personal configuration. |
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.
What do you think about keeping the .gitignore as is and leave this part out. We'll add the default to the repo but avoid any chance of someone attempting to PR it in.
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.
Gitignore doesn't ignore tracked filed, so that won't work :(
I could add a step to npm install
that does the assume unchanged thing, though.
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.
Ah yeah I was afraid that was the case :(
+1 for adding in a postInstall script approach or for adding explicit instructions on where to put the file.
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.
Done.
@drew-gross updated the pull request. |
Default config that includes no apps
No description provided.