hacks-guide-minimal-mistake.../.gitignore

30 lines
325 B
Text
Raw Normal View History

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