From 93931caf98bb4b67728084ca0ece0720add6d125 Mon Sep 17 00:00:00 2001 From: Eric Date: Tue, 28 Apr 2020 15:46:31 -0500 Subject: [PATCH] ignore the ActiveStorage file storage directory --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 1c56e3ff..3ee9fc10 100755 --- a/.gitignore +++ b/.gitignore @@ -70,3 +70,6 @@ config/environments/*.local.yml /yarn-error.log yarn-debug.log* .yarn-integrity + +# we don't want the file storage directory to be committed +storage \ No newline at end of file