summaryrefslogtreecommitdiff
path: root/vendor/gitignore/Rails.gitignore
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/gitignore/Rails.gitignore')
-rw-r--r--vendor/gitignore/Rails.gitignore12
1 files changed, 12 insertions, 0 deletions
diff --git a/vendor/gitignore/Rails.gitignore b/vendor/gitignore/Rails.gitignore
index e62f78e17bc..78eb74fdc26 100644
--- a/vendor/gitignore/Rails.gitignore
+++ b/vendor/gitignore/Rails.gitignore
@@ -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 \ No newline at end of file