Skip to content

Commit

Permalink
update gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
jwiaduck committed Mar 1, 2022
1 parent c8e52db commit 309c272
Showing 1 changed file with 27 additions and 1 deletion.
28 changes: 27 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,30 @@ _site
.sass-cache
Gemfile.lock
*.gem
.jekyll-cache
.jekyll-cache

# Vim
*~
*.sw[p_]

# 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

0 comments on commit 309c272

Please sign in to comment.