minimal-mistakes/.gitignore

33 lines
352 B
Plaintext
Raw Normal View History

2020-01-14 17:31:30 +00:00
# Vim
*~
*.sw[p_]
# IntelliJ IDEA
*.idea
2020-01-14 17:31:30 +00:00
# Sublime Text
2013-05-24 14:25:31 +00:00
*.sublime-project
*.sublime-workspace
2020-01-14 17:31:30 +00:00
# Ruby Gem
*.gem
.bundle
2020-01-14 17:31:30 +00:00
Gemfile.lock
**/vendor/bundle
2020-01-14 17:31:30 +00:00
# Node.js and NPM
node_modules
npm-debug.log*
package-lock.json
codekit-config.json
# macOS
2016-03-08 03:20:01 +00:00
.DS_Store
2020-01-14 17:31:30 +00:00
# Jekyll generated files
2019-08-21 01:34:51 +00:00
.jekyll-cache
2016-03-08 03:20:01 +00:00
.jekyll-metadata
.sass-cache
_asset_bundler_cache
2016-03-08 03:20:01 +00:00
_site