-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
fixed global styles #1241
fixed global styles #1241
Conversation
Please make sure to be pasted screenshots of all your changes. |
.gitignore
Outdated
@@ -8,3 +8,5 @@ node_modules/* | |||
/compiled | |||
/secret | |||
*.log | |||
.vscode | |||
.idea |
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.
I think that .vscode
and .idea
are unnecessary. Could you remove them?
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.
I just added them, because I use both editors and always have to be careful not to commit those IDE specific files. Is it a real problem that we add them here?
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.
I understand your opinion, but I think that we should merge only generally code (not only for us) because Boostnote is open source.
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.
We don't think it is unnecessary to add .idea
and .vscode
into .gitignore
. However, if many contributors want it, we'll add it. 😄
And, This pull request is "fixed global styles". could you create new pull request for add it.?🙏
I removed the gitignore changes and created a new PR with these changes: #1242 |
Thanks @mslourens ! I will check this tomorrow. |
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.
LGTM
Merged. Thanks @mslourens ! |
fixes #1240