Skip to content

Commit

Permalink
Ignore Jekyll cache, gemfile and vim files
Browse files Browse the repository at this point in the history
Ignore additional Jekyll cache files we missed
Ignore Gemfile changes unless explicitly added to commits
Ignore files generated by Vim (Maze is a nerd)
  • Loading branch information
tehmaze authored Oct 11, 2023
1 parent 0687925 commit 231f709
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,21 @@
CNAME

# Bundler / Ruby / Jekyll
Gemfile.lock
.bundle/config
vendor/bundle/

# Jekyll build output
_site/
.sass-cache
docs/.jekyll-cache
docs/.jekyll-metadata

# VSCode user-specific files
.vscode/settings.json

# Vim <3
*.swp

# MacOS metadata file
**/.DS_Store

0 comments on commit 231f709

Please sign in to comment.