Skip to content
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

Ignore Vi/Vim temporary files from git/npm #147

Merged
merged 1 commit into from
Nov 28, 2013

Conversation

keithamus
Copy link
Contributor

npm install mqtt contains several artefacts, notably a set of Vi undo files (e.g .package.json.un~).

I've added a list of common vim files to be excluded from git (and therefore npm) so that future published versions exclude these files.

The main way I found this out is that node-webkit craps out on these files and cannot run with them in the file-tree.

mcollina added a commit that referenced this pull request Nov 28, 2013
Ignore Vi/Vim temporary files from git/npm
@mcollina mcollina merged commit 3db8c27 into mqttjs:master Nov 28, 2013
@mcollina
Copy link
Member

Thanks, that's my fault!
I'll release ASAP :).

@keithamus keithamus deleted the ignore-vi-tempfiles branch November 28, 2013 13:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants