aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorTeddy Wing2015-12-07 22:32:18 -0500
committerTeddy Wing2015-12-07 22:32:18 -0500
commitf309dad6d25583a33780b4dbd4782c711438eefe (patch)
tree7aa1288de0bfd574e079167eae6b3cc660728c45 /.gitignore
parentc2b8fde6aa39c1ec1d6f0666823852e80df10842 (diff)
downloadRuby-Web-Sessions-Exercise-f309dad6d25583a33780b4dbd4782c711438eefe.tar.bz2
Add .gitignore
Ignore Bundler directories.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..8c61bcd
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+# Bundled gems
+/.bundle/
+/vendor/