Skip to content

Commit

Permalink
Fixed the gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
w00fz committed Aug 7, 2014
1 parent 325467a commit bc9fde2
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# Sass
.sass-cache

# Grav Specific
data/*
!data/.*
plugins/*
!plugins/.*
themes/*
data/*
!themes/.*

# OS Generated
.DS_Store*
ehthumbs.db
Icon?
Thumbs.db
*.swp

# phpstorm
.idea/*

0 comments on commit bc9fde2

Please sign in to comment.