Skip to content

Add .vagrant directory to .gitignore #37

@nhandler

Description

@nhandler

The hidden directory .vagrant should not be committed to git. Each user should create their own .vagrant directory by running 'vagrant up'. The .gitignore file can be used to cause git to not try and add this folder in the future. However, since it has already been committed and pushed, it will also need a 'git rm' to delete it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions