Skip to content

Add .vscode/ to .gitignore #84

@raftaar1191

Description

@raftaar1191

Description

The .vscode/ directory should be added to .gitignore to prevent VS Code workspace settings from being committed to the repository.

Problem

Currently, VS Code workspace settings files (like .vscode/settings.json) can be accidentally committed, which can:

  • Override other developers' IDE preferences
  • Cause conflicts between different development environments
  • Include personal/local configuration that shouldn't be shared

Solution

Add .vscode/ to the .gitignore file under the IDEs section.

Expected Changes

############
## IDEs
############

+.vscode/

############
## PHPUnit
############

Benefits

  • Prevents accidental commits of VS Code workspace settings
  • Allows developers to customize their local VS Code configuration without affecting the repository
  • Follows common best practices for PHP projects

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