Skip to content

Commit

Permalink
Merge pull request github#2797 from gurvircheema/rails5.2
Browse files Browse the repository at this point in the history
Add storage and yarn related entries for rails 5.2
  • Loading branch information
shiftkey authored Sep 4, 2018
2 parents 7598e1b + 3db98a3 commit 90cb995
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Rails.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,15 @@ bower.json
# Ignore 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

0 comments on commit 90cb995

Please sign in to comment.