Unverified Commit 90cb9950 authored by Brendan Forster's avatar Brendan Forster Committed by GitHub

Merge pull request #2797 from gurvircheema/rails5.2

Add storage and yarn related entries for rails 5.2
parents 7598e1b4 3db98a37
...@@ -47,3 +47,15 @@ bower.json ...@@ -47,3 +47,15 @@ bower.json
# Ignore node_modules # Ignore node_modules
node_modules/ node_modules/
# Ignore precompiled javascript packs
/public/packs
/public/packs-test
# Ignore yarn files
/yarn-error.log
yarn-debug.log*
.yarn-integrity
# Ignore uploaded files in development
/storage/*
!/storage/.keep
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment