Last active
August 23, 2019 13:39
-
-
Save zakgreene/f75d69881f37e8a243f2e33e01d35a16 to your computer and use it in GitHub Desktop.
Revisions
-
zakgreene revised this gist
Aug 1, 2019 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -10,6 +10,7 @@ Icon .DS_Store *.icloud .sass-cache/* # Kirby CMS files @@ -18,6 +19,7 @@ Icon /panel/* /kirby/* /thumbs/* /content/* /assets/avatars/* # Temporary files -
zakgreene revised this gist
Aug 1, 2019 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -17,6 +17,7 @@ Icon /panel/* /kirby/* /thumbs/* /assets/avatars/* # Temporary files -
zakgreene created this gist
Aug 1, 2019 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,52 @@ # --------------- # gitignore for Kirby CMS sites # # works with Kirby v2 or v3 # --------------- # System files # ------------ Icon .DS_Store *.icloud # Kirby CMS files # --------------- /panel/* /kirby/* /assets/avatars/* # Temporary files # --------------- /media/* !/media/index.html # -------------SECURITY------------- # NEVER publish these files via Git! # -------------SECURITY------------- # Cache Files # --------------- /site/cache/* !/site/cache/index.html # Accounts # --------------- /site/accounts/* !/site/accounts/index.html # Sessions # --------------- /site/sessions/* !/site/sessions/index.html # License # --------------- /site/config/.license