1
0
mirror of https://github.com/github/gitignore synced 2024-06-09 22:20:01 +02:00

Merge pull request #2797 from gurvircheema/rails5.2

Add storage and yarn related entries for rails 5.2
This commit is contained in:
Brendan Forster 2018-09-04 13:38:27 -03:00 committed by GitHub
commit 90cb995068
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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