Skip to content

Commit 1e66757

Browse files
networmshiftkey
authored andcommitted
[Unity] Fix ignore Jetbrains plugin folder (github#3266)
Add missing slash to make pattern accurate, since the JetBrains folder is always relative to root assets folder.
1 parent 8a4b278 commit 1e66757

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Unity.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# /[Aa]ssets/AssetStoreTools*
1818

1919
# Autogenerated Jetbrains Rider plugin
20-
[Aa]ssets/Plugins/Editor/JetBrains*
20+
/[Aa]ssets/Plugins/Editor/JetBrains*
2121

2222
# Visual Studio cache directory
2323
.vs/

0 commit comments

Comments
 (0)