Skip to content
This repository was archived by the owner on Sep 18, 2024. It is now read-only.
This repository was archived by the owner on Sep 18, 2024. It is now read-only.

.idea files break "npm-internal publish" #23

@l-r

Description

@l-r

having a folder with .idea files prevents the publish function from working normally.

It returns:

Aborting: the package contains the following files not tracked in Git.
This is often a mistake. Use -f/--force to override this check.
  .idea/.name
  ...

If I move those files outside of my project folder everything works fine.

Seems like there an issue with non_git_files_present at
https://github.com/mapbox/npm-internal/blob/master/index.js#L87

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions