ignore the ActiveStorage file storage directory

This commit is contained in:
Eric 2020-04-28 15:46:31 -05:00
parent 4306ff0a15
commit 93931caf98

3
.gitignore vendored
View file

@ -70,3 +70,6 @@ config/environments/*.local.yml
/yarn-error.log /yarn-error.log
yarn-debug.log* yarn-debug.log*
.yarn-integrity .yarn-integrity
# we don't want the file storage directory to be committed
storage