-
Notifications
You must be signed in to change notification settings - Fork 12k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(gitignore): No longer ignore VSCode settings (#3477)
- Loading branch information
1 parent
183d301
commit 8d88446
Showing
1 changed file
with
7 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This should all begin with a
/
, shouldn't it? Otherwise files of this name will be ignored everywhere, not just on the project root level. And it did begin with/
previously as currently the/.idea
entry does.