Skip to content

Commit

Permalink
Update .gitignore (mmistakes#2366)
Browse files Browse the repository at this point in the history
  • Loading branch information
iBug authored and mmistakes committed Jan 14, 2020
1 parent c51885c commit fbcfa41
Showing 1 changed file with 20 additions and 7 deletions.
27 changes: 20 additions & 7 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,16 +1,29 @@
*.gem
# Vim
*~
*.sw[p_]

# Sublime Text
*.sublime-project
*.sublime-workspace

# Ruby Gem
*.gem
.bundle
Gemfile.lock
vendor/bundle

# Node.js and NPM
node_modules
npm-debug.log*
package-lock.json
codekit-config.json

# macOS
.DS_Store

# Jekyll generated files
.jekyll-cache
.jekyll-metadata
.sass-cache
_asset_bundler_cache
_site
codekit-config.json
example/_site
Gemfile.lock
node_modules
npm-debug.log*
vendor/bundle

0 comments on commit fbcfa41

Please # to comment.