hoodiehq / hoodie-account-client

:dog: Account client API for the browser
https://hoodiehq.github.io/hoodie-account-client
Apache License 2.0
11 stars 24 forks source link

chore(gitignore): *~ #84

Closed ransomw closed 8 years ago

ransomw commented 8 years ago

adds a line for emacs backups to the .gitignore.

making this pr separate from any particular issue ensures that this minor irk w/ my development workflow can get sorted independently and out of order relative to more edits that are related to open issues.

coveralls commented 8 years ago

Coverage Status

Coverage remained the same at 97.778% when pulling e0bdd446adc77ca9a0b50d9c823c3349ac4a2f1f on ransomw:gitignores-pr01 into 9b22171670f1cb0df3ae906d3294efe1738d2524 on hoodiehq:master.

finnp commented 8 years ago

@ransomw Hey :relaxed: Small tip that might be helpful to you: You can also set a .gitignore globally for all the git repositories on your computer: https://help.github.com/articles/ignoring-files/#create-a-global-gitignore

gr2m commented 8 years ago

I don’t mind merging it anyway, but I recommend what @finnp says :) Thanks @ransomw

LGTM. @finnp mind if we merge it in?

finnp commented 8 years ago

@gr2m Nope, doesn't hurt to have it in here :relaxed: LGTM.

gr2m commented 8 years ago

w00p, thanks @ransomw :) Note that you are a Hoodie Team member, you can also create branches on the main repository for PRs if you prefer that to forking. The benefit is that if we review PRs on branches, we can rebase them ourselves before merging and better collaborate on them in general