summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLogan Lowell <fractaloop@thefrontside.net>2012-04-05 07:46:16 -0500
committerBryan McLellan <btm@opscode.com>2012-08-03 11:43:32 -0700
commitf310910bd2d86e0a26b751678179d72e94d5e6bb (patch)
tree4a6e6de3ce91bcf92e931c7c7b3f4250748d9a36
parenta1232100460ae2a285f7b542fbc496f56b3d01fa (diff)
downloadchef-f310910bd2d86e0a26b751678179d72e94d5e6bb.tar.gz
Rails .gitignore
-rw-r--r--chef-server-webui/.gitignore15
1 files changed, 15 insertions, 0 deletions
diff --git a/chef-server-webui/.gitignore b/chef-server-webui/.gitignore
new file mode 100644
index 0000000000..eb3489a986
--- /dev/null
+++ b/chef-server-webui/.gitignore
@@ -0,0 +1,15 @@
+# See http://help.github.com/ignore-files/ for more about ignoring files.
+#
+# If you find yourself ignoring temporary files generated by your text editor
+# or operating system, you probably want to add a global ignore instead:
+# git config --global core.excludesfile ~/.gitignore_global
+
+# Ignore bundler config
+/.bundle
+
+# Ignore the default SQLite database.
+/db/*.sqlite3
+
+# Ignore all logfiles and tempfiles.
+/log/*.log
+/tmp