Skip to content
This repository has been archived by the owner on Feb 15, 2023. It is now read-only.

Expanded .gitignore support for popular OS's, text editors, etc #272

Closed

Conversation

plattthompson
Copy link

Ignores obtrusive or unnecessary files from the following:

  • Most widely used operating systems
    • macOS (includes .DS_Store)
    • Windows
    • Linux
  • Most popular text editors
    • VS Code
    • Sublime Text
    • Emacs
    • Vim
  • Common front-end tools
    • Sass
    • Yarn
  • React (in the event of a migration to Svelte)
    • Includes /node_modules
  • Terraform & Terragrunt
    • For a simple deploy of your compiled files to an AWS S3
  • Svelte
    • /public/build/

…s, Vim, Sass, Yarn, React, Terraform, & Terragrunt
@Conduitry
Copy link
Member

I'm strongly against this. This is a lot of stuff that people should either (a) put in their global gitignore if they're using the relevant text editors, or (b) should only add to their project's gitignore if they're using these libraries in their project. This is supposed to be a simple app template, and we don't want to be throwing every conceivable thing into the gitignore file, and then being forced to make future decisions about what to also add in, and also being forced to maintain this when some tools change their file naming schemes.

@Conduitry Conduitry closed this Nov 24, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants