diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2015-05-06 06:27:15 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2015-05-06 06:27:15 +0300 |
commit | 71e1194fcb39606336b0569147dd0f794b6bfa78 (patch) | |
tree | 61154840f0bce9be819533ea4b298e83d1d55290 /vscache | |
download | windows-env-71e1194fcb39606336b0569147dd0f794b6bfa78.tar.gz windows-env-71e1194fcb39606336b0569147dd0f794b6bfa78.zip |
initial commit
Diffstat (limited to '')
-rw-r--r-- | vscache/.gitignore | 3 | ||||
-rw-r--r-- | vscache/README | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/vscache/.gitignore b/vscache/.gitignore new file mode 100644 index 0000000..514e47a --- /dev/null +++ b/vscache/.gitignore @@ -0,0 +1,3 @@ +* +!.gitignore +!README diff --git a/vscache/README b/vscache/README new file mode 100644 index 0000000..703fb3d --- /dev/null +++ b/vscache/README @@ -0,0 +1 @@ +This directory is used as the fallback location for Visual Studio cache files |