gitignore
gitignore copied to clipboard
Refactor repeated pattern in Node.gitignore
Reasons for making this change:
Refactor repeated pattern: .cache is repeated twice but ideally, it should be mentioned only once in the .gitignore file and it will ignore all of the matching patterns.