Browse Source

Add storage and yarn related entries for rails 5.2

pull/2797/head
Gurvir Cheema 5 years ago
parent
commit
3db98a37a4
1 changed files with 12 additions and 0 deletions
  1. 12
    0
      Rails.gitignore

+ 12
- 0
Rails.gitignore View File

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

Loading…
Cancel
Save