We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41f63bd commit e062448Copy full SHA for e062448
1 file changed
platforms/windows/dependencies/.gitignore
@@ -1,4 +1,4 @@
1
-!*.dll
2
-!*.exe
3
-![Rr]elease*/
4
-![Bb]in
+# Ignore everything in this directory
+*
+# Except this file
+!.gitignore
0 commit comments