edit README

Signed-off-by: Lukas Pol <lukaspaespol@gmail.com>
This commit is contained in:
Lukas Pol
2020-04-15 15:34:54 -03:00
parent b835e6b196
commit c901442c65
4 changed files with 35 additions and 33 deletions

View File

@@ -11,22 +11,22 @@ web/.bundle
web/log/*
/tmp/*
/web/tmp/*
!/log/.keep
!/tmp/.keep
web/!/log/.keep
web/!/tmp/.keep
# Ignore uploaded files in development.
/storage/*
!/storage/.keep
web/storage/*
web/!/storage/.keep
/public/assets
.byebug_history
web/public/assets
web/.byebug_history
# Ignore master key for decrypting credentials and more.
/config/master.key
web/config/master.key
/public/packs
/public/packs-test
/node_modules
/yarn-error.log
yarn-debug.log*
.yarn-integrity
web/public/packs
web/public/packs-test
web/node_modules
web/yarn-error.log
web/yarn-debug.log*
web/.yarn-integrity