Skip to content

Commit

Permalink
Add .gitignore and remove Berksfile.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
Annih committed Jun 12, 2015
1 parent da690dd commit 4f1f724
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 7 deletions.
22 changes: 22 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
Gemfile.lock
=======
*~
*#
.#*
\#*#
.*.sw[a-z]
*.un~
pkg/

# Berkshelf
.vagrant
/cookbooks
Berksfile.lock

# Bundler
Gemfile.lock
bin/*
.bundle/*

.kitchen/
.kitchen.local.yml
7 changes: 0 additions & 7 deletions Berksfile.lock

This file was deleted.

0 comments on commit 4f1f724

Please sign in to comment.