Skip to content

Instantly share code, notes, and snippets.

@zakgreene
Last active August 23, 2019 13:39
Show Gist options
  • Select an option

  • Save zakgreene/f75d69881f37e8a243f2e33e01d35a16 to your computer and use it in GitHub Desktop.

Select an option

Save zakgreene/f75d69881f37e8a243f2e33e01d35a16 to your computer and use it in GitHub Desktop.

Revisions

  1. zakgreene revised this gist Aug 1, 2019. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions .gitignore
    Original 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
  2. zakgreene revised this gist Aug 1, 2019. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions .gitignore
    Original file line number Diff line number Diff line change
    @@ -17,6 +17,7 @@ Icon

    /panel/*
    /kirby/*
    /thumbs/*
    /assets/avatars/*

    # Temporary files
  3. zakgreene created this gist Aug 1, 2019.
    52 changes: 52 additions & 0 deletions .gitignore
    Original 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