Skip to content

Commit

Permalink
feat gitignore: update gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
prplwtf committed Jun 3, 2024
1 parent d02263f commit 7e35a5a
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
configuration/Configuration.yml
configuration/Posts.yml
# Ignore config files
configuration/*
!configuration/*.example.*

# Ignore posts and images
posts/*
images/*
!posts/meet-writea.md
thumbnails/*
!thumbnails/meet-writea.jpg
!images/meet-writea.jpg

0 comments on commit 7e35a5a

Please sign in to comment.