Unverified Commit ddf99c1c authored by Brendan Forster's avatar Brendan Forster Committed by GitHub

Merge pull request #2906 from ksmit799/patch-1

[Unity] Ignore .gradle/ build cache
parents 3be56ed0 32fa57bc
...@@ -8,6 +8,9 @@ Assets/AssetStoreTools* ...@@ -8,6 +8,9 @@ Assets/AssetStoreTools*
# Visual Studio cache directory # Visual Studio cache directory
.vs/ .vs/
# Gradle cache directory
.gradle/
# Autogenerated VS/MD/Consulo solution and project files # Autogenerated VS/MD/Consulo solution and project files
ExportedObj/ ExportedObj/
.consulo/ .consulo/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment