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

.idea files are submitted to npm #22

Closed
nanek opened this issue Nov 5, 2014 · 1 comment
Closed

.idea files are submitted to npm #22

nanek opened this issue Nov 5, 2014 · 1 comment

Comments

@nanek
Copy link

nanek commented Nov 5, 2014

By default npm excludes files in .gitignore, however if you also have .npmignore then it does not. You might consider adding /.idea/ to the .npmignore as these files are currently included in the latest npm package.

node_modules/shortid/.idea/.name
node_modules/shortid/.idea/codeStyleSettings.xml
node_modules/shortid/.idea/dictionaries/dgreene.xml
node_modules/shortid/.idea/encodings.xml
node_modules/shortid/.idea/jsLibraryMappings.xml
node_modules/shortid/.idea/libraries/Node_js_Dependencies_for_shortid.xml
node_modules/shortid/.idea/misc.xml
node_modules/shortid/.idea/modules.xml
node_modules/shortid/.idea/scopes/scope_settings.xml
node_modules/shortid/.idea/shortid.iml
node_modules/shortid/.idea/vcs.xml
node_modules/shortid/.idea/workspace.xml
node_modules/shortid/.jshintrc
node_modules/shortid/.travis.yml
@dylang
Copy link
Owner

dylang commented Nov 5, 2014

Oh yeah, those files shouldn't be there, thanks for pointing that out.

@dylang dylang closed this as completed in f9833c1 Nov 7, 2014
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

No branches or pull requests

2 participants