Skip to content

Commit

Permalink
Write a specific .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Nightkingale committed Apr 29, 2024
1 parent 3b7a102 commit f67e6c3
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
_site
.sass-cache
Gemfile.lock
# Optimization
/.jekyll-cache
/.sass-cache

# Generation
/_site
*.gem
.jekyll-cache

# Dependencies
Gemfile.lock

0 comments on commit f67e6c3

Please sign in to comment.