Commit 739ada3

mo <mo.khan@gmail.com>
2018-04-14 23:55:07
rails 5.2 git files.
1 parent 836983d
Changed files (3)
storage
tmp
storage
storage/.keep
tmp/storage/.keep
.gitignore
@@ -17,19 +17,21 @@
 !/log/.keep
 !/tmp/.keep
 
+# Ignore uploaded files in development
+/storage/*
+
 /node_modules
 /yarn-error.log
 
+/public/assets
 .byebug_history
+
+# Ignore master key for decrypting credentials and more.
+/config/master.key
 .env.local
-/public/packs
-/public/packs-test
-/node_modules
-yarn-debug.log*
-yarn-error.log*
 .yarn-integrity
+/node_modules
 /public/packs
 /public/packs-test
-/node_modules
 yarn-debug.log*
-.yarn-integrity
+yarn-error.log*