diff options
author | kaiyou <pierre@jaury.eu> | 2018-02-04 15:41:54 +0100 |
---|---|---|
committer | kaiyou <pierre@jaury.eu> | 2018-02-04 15:41:54 +0100 |
commit | b8ab78b82c60ab9c897891cf9f53c9cc44873a25 (patch) | |
tree | edcc9086840d1024ff262b5f5ef236c83fb58db6 /.gitignore | |
parent | Update sumperdump Docker readme to match this image properties (diff) | |
download | synapse-b8ab78b82c60ab9c897891cf9f53c9cc44873a25.tar.xz |
Add the build cache/ folder to gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 491047c352..d13017f400 100644 --- a/.gitignore +++ b/.gitignore @@ -32,6 +32,7 @@ demo/media_store.* demo/etc uploads +cache .idea/ media_store/ |