Skip to content

Commit

Permalink
Update the Gitignore.
Browse files Browse the repository at this point in the history
  • Loading branch information
envygeeks committed Oct 30, 2018
1 parent 08cadda commit 5976f2a
Showing 1 changed file with 49 additions and 0 deletions.
49 changes: 49 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,53 @@
/vendor
/data
/copy
# --
# OS Level
# --
.DS_Store

# --
# Ruby
# --
vendor/
coverage/
Gemfile.lock
spec/fixture/site/
spec/fixture/result/
spec/fixture/out/
.bundle/
*.gem

# --
# CodeClimate
# --
cctr

# --
# Jekyll
# --
_site/
.jekyll-cache/
.jekyll-metadata
.asset-cache/
site/

# --
# Rails
# --
/db/*.sqlite3
/npm-error.log
.byebug_history
/db/*.sqlite3-journal
/config/application.yml
/config/master.key
/yarn-error.log
/node_modules
.pry_history
/log
/tmp

# --
# Yarn
# --
yarn.lock

0 comments on commit 5976f2a

Please sign in to comment.