Skip to content

Add .gitignore file #1

Description

@AbraaoAlves

Description

node_modules and dist folders should registered in .gitignore file.

Reasons:

  • Avoid conflicts
  • Clutter-Free Repository (keeping your repo clean and focused on source code)
  • Reproducibility: some machines can install different dependencies, using a different SO (linux, mac, windows) or different package manager (npm, pnpm, yarn ...)
  • File Size and Performance: With node_modules repo can become quite large, affecting performance and making operations like cloning and pulling changes much slower

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions