Skip to content

Instantly share code, notes, and snippets.

@damoclark
Forked from octocat/.gitignore
Last active July 27, 2018 04:39
Show Gist options
  • Save damoclark/c0be20da9a19cbcf39e0 to your computer and use it in GitHub Desktop.
Save damoclark/c0be20da9a19cbcf39e0 to your computer and use it in GitHub Desktop.

Revisions

  1. damoclark revised this gist Jul 27, 2018. 1 changed file with 7 additions and 0 deletions.
    7 changes: 7 additions & 0 deletions global.gitignore
    Original file line number Diff line number Diff line change
    @@ -65,3 +65,10 @@ node_modules/
    # Smarty compiled templates
    ##############################
    smarty/templates_c/*
    templates/

    # phpunit cache file
    .phpunit.result.cache

    # Project Specific
    !tests/etc/*.ini
  2. damoclark revised this gist May 21, 2017. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions global.gitignore
    Original file line number Diff line number Diff line change
    @@ -60,6 +60,8 @@ Thumbs.db
    # 3rd party loaded libraries #
    ##############################
    vendor/
    node_modules/

    # Smarty compiled templates
    ##############################
    smarty/templates_c/*
  3. damoclark revised this gist Mar 30, 2017. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions global.gitignore
    Original file line number Diff line number Diff line change
    @@ -35,6 +35,7 @@ typescript*
    ####################
    *.komodoproject
    *.komodotools
    .idea/

    # Logs and databases #
    ######################
  4. damoclark revised this gist Jul 8, 2015. 1 changed file with 3 additions and 0 deletions.
    3 changes: 3 additions & 0 deletions global.gitignore
    Original file line number Diff line number Diff line change
    @@ -59,3 +59,6 @@ Thumbs.db
    # 3rd party loaded libraries #
    ##############################
    vendor/

    # Smarty compiled templates
    smarty/templates_c/*
  5. damoclark revised this gist Jul 7, 2015. 1 changed file with 14 additions and 1 deletion.
    15 changes: 14 additions & 1 deletion global.gitignore
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,14 @@
    #global git ignore file, add with command git config --global core.excludesfile <path to this file>

    # Testing scripts #
    ###################
    test-*.php

    # Typescripts #
    ###################
    typescript*


    # Compiled source #
    ###################
    *.com
    @@ -45,4 +54,8 @@
    .Spotlight-V100
    .Trashes
    ehthumbs.db
    Thumbs.db
    Thumbs.db

    # 3rd party loaded libraries #
    ##############################
    vendor/
  6. damoclark revised this gist Feb 28, 2015. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions global.gitignore
    Original file line number Diff line number Diff line change
    @@ -25,6 +25,7 @@
    # Editors and IDEs #
    ####################
    *.komodoproject
    *.komodotools

    # Logs and databases #
    ######################
  7. damoclark revised this gist Feb 28, 2015. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions global.gitignore
    Original file line number Diff line number Diff line change
    @@ -1,3 +1,5 @@
    #global git ignore file, add with command git config --global core.excludesfile <path to this file>

    # Compiled source #
    ###################
    *.com
  8. damoclark revised this gist Dec 28, 2014. 1 changed file with 4 additions and 0 deletions.
    4 changes: 4 additions & 0 deletions global.gitignore
    Original file line number Diff line number Diff line change
    @@ -20,6 +20,10 @@
    *.tar
    *.zip

    # Editors and IDEs #
    ####################
    *.komodoproject

    # Logs and databases #
    ######################
    *.log
  9. damoclark renamed this gist Dec 28, 2014. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  10. damoclark revised this gist Dec 28, 2014. 1 changed file with 5 additions and 1 deletion.
    6 changes: 5 additions & 1 deletion .gitignore
    Original file line number Diff line number Diff line change
    @@ -23,9 +23,13 @@
    # Logs and databases #
    ######################
    *.log
    *.sql
    *.sqlite

    # Generic config files #
    ########################
    *.ini
    *.conf

    # OS generated files #
    ######################
    .DS_Store
  11. @octocat octocat created this gist Feb 27, 2014.
    37 changes: 37 additions & 0 deletions .gitignore
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,37 @@
    # Compiled source #
    ###################
    *.com
    *.class
    *.dll
    *.exe
    *.o
    *.so

    # Packages #
    ############
    # it's better to unpack these files and commit the raw source
    # git has its own built in compression methods
    *.7z
    *.dmg
    *.gz
    *.iso
    *.jar
    *.rar
    *.tar
    *.zip

    # Logs and databases #
    ######################
    *.log
    *.sql
    *.sqlite

    # OS generated files #
    ######################
    .DS_Store
    .DS_Store?
    ._*
    .Spotlight-V100
    .Trashes
    ehthumbs.db
    Thumbs.db