Add storage and yarn related entries for rails 5.2
This commit is contained in:
parent
210c95bb02
commit
3db98a37a4
@ -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
|
Loading…
Reference in New Issue
Block a user