-
Notifications
You must be signed in to change notification settings - Fork 45
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
.gitignore: Ignore editor and other temp files #47
Conversation
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.
Whoa... that is quite a long shortlog 😉
Just make it .gitignore: Add editor and other temp files
and add the names of relevant files in description 😄
7cd3cf6
to
a8c43b4
Compare
Old habit to write descriptive things 😅 Fixed it though @prnvdixit |
@@ -103,3 +103,7 @@ ENV/ | |||
_site/ |
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.
This should be the last set, as they are specific to this repository.
.idea and other common problems should appear earlier.
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. 😄
a8c43b4
to
c204dac
Compare
ack c204dac |
Update .gitignore to ignore .idea/ dir .DS_Store and static/acitivity-data.json Closes coala#46
c204dac
to
2e627b6
Compare
unack 2e627b6 |
This wont be necessary after my other patches |
@jayvdb The |
@Monal5031 , common gitignore entries can be done using |
Closing this as its not needed anymore. |
Update .gitignore to ignore .idea/
dir .DS_Store and static/acitivity-data.json
Closes #46