Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Synchronize ignored globs #6

Open
10 of 16 tasks
Roms1383 opened this issue May 30, 2019 · 3 comments
Open
10 of 16 tasks

Synchronize ignored globs #6

Roms1383 opened this issue May 30, 2019 · 3 comments

Comments

@Roms1383
Copy link
Owner

Roms1383 commented May 30, 2019

Additional features ✨

  • create or update existing .gitignore
    • use gitignore.io
    • introspect existing project files to deduce which profile(s) to add
    • keep existing entries and merge
    • add custom folder, at least my-tests
  • create or update existing .eslintignore
    • based on reasonable rules ?
    • at least for my-tests
  • update existing .lintstagedrc ignore property
    • based on reasonable rules ? (e.g. minified files)
    • at least for my-tests
  • create or update existing .dockerignore
    • provided there's Dockerfile in the project
    • based on the same rules as .gitignore ?
  • create or update jest configuration to ignore certain globs
    • based on reasonable rules ?
    • at least for my-tests
  • there shouldn't be the need for a .remarkignore but, if ever, that should be synchronized too.
@Roms1383
Copy link
Owner Author

Note : input and output directories for webpack can be deduced by introspecting webpack configuration, and thus deduce requirements for ignoring minified files.

Roms1383 added a commit that referenced this issue May 31, 2019
Synchronize .gitignore by guessing profiles from files and using gitignore.io (so far only Node, Serverless, Terraform and TypeScript looked for).

Related to #6
@Roms1383
Copy link
Owner Author

Roms1383 commented Jun 3, 2019

update existing .lintstagedrc ignore property
based on reasonable rules ? (e.g. minified files)
at least for my-tests

probably not relevant

@Roms1383
Copy link
Owner Author

Roms1383 commented Jun 3, 2019

There shouldn't be the need for a .remarkignore but, if ever, that should be synchronized too.

probably not relevant

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant