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

Git ignore pattern for Yarn and JetBrains products #40

Merged
merged 1 commit into from
Sep 18, 2020

Commits on Sep 18, 2020

  1. Git ignore pattern for Yarn and JetBrains products

    Before there were only ignore pattern for the Node.js `node_modules`
    folder, but specific pattern for Yarn [1] were not present.
    Because the fantastic JetBrains products [2] like GoLand [3] (or
    respectively IntelliJ [4] with the official Go plugin [5]) are an
    integral part of my daily toolbox the pattern have also been added.
    
    [1]: https://yarnpkg.com
    [2]: https://www.jetbrains.com
    [3]: https://www.jetbrains.com/go
    [4]: https://www.jetbrains.com
    [5]: https://plugins.jetbrains.com
    
    GH-39
    svengreb committed Sep 18, 2020
    Configuration menu
    Copy the full SHA
    78f0acc View commit details
    Browse the repository at this point in the history