mirror of
https://github.com/codeninjasuk/codeninjasuk.github.io.git
synced 2024-11-22 15:28:09 -05:00
30 lines
328 B
Text
30 lines
328 B
Text
|
# 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
|