Skip to content

Commit 278789f

Browse files
committed
Fixed gitignore and added back the themes, data and plugins
1 parent 8b76384 commit 278789f

File tree

213 files changed

+15080
-5
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

213 files changed

+15080
-5
lines changed

.gitignore

+6-5
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
11
# Sass
22
.sass-cache
33

4+
# Grav Specific
5+
data/*
6+
!data/.*
7+
plugins/*
8+
!plugins/.*
9+
410
# OS Generated
511
.DS_Store*
612
ehthumbs.db
713
Icon?
814
Thumbs.db
915
*.swp
1016

11-
# Grav Specific
12-
data/*
13-
plugins/*
14-
themes/*
15-
1617
# phpstorm
1718
.idea/*

data/.gitkeep

Whitespace-only changes.

plugins/.gitkeep

Whitespace-only changes.

0 commit comments

Comments
 (0)