- 
      
- 
        Save damoclark/c0be20da9a19cbcf39e0 to your computer and use it in GitHub Desktop. 
Revisions
- 
        damoclark revised this gist Jul 27, 2018 . 1 changed file with 7 additions and 0 deletions.There are no files selected for viewingThis 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 @@ -65,3 +65,10 @@ node_modules/ # Smarty compiled templates ############################## smarty/templates_c/* templates/ # phpunit cache file .phpunit.result.cache # Project Specific !tests/etc/*.ini 
- 
        damoclark revised this gist May 21, 2017 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewingThis 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 @@ -60,6 +60,8 @@ Thumbs.db # 3rd party loaded libraries # ############################## vendor/ node_modules/ # Smarty compiled templates ############################## smarty/templates_c/* 
- 
        damoclark revised this gist Mar 30, 2017 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewingThis 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 @@ -35,6 +35,7 @@ typescript* #################### *.komodoproject *.komodotools .idea/ # Logs and databases # ###################### 
- 
        damoclark revised this gist Jul 8, 2015 . 1 changed file with 3 additions and 0 deletions.There are no files selected for viewingThis 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 @@ -59,3 +59,6 @@ Thumbs.db # 3rd party loaded libraries # ############################## vendor/ # Smarty compiled templates smarty/templates_c/* 
- 
        damoclark revised this gist Jul 7, 2015 . 1 changed file with 14 additions and 1 deletion.There are no files selected for viewingThis 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 @@ -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 # 3rd party loaded libraries # ############################## vendor/ 
- 
        damoclark revised this gist Feb 28, 2015 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewingThis 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 @@ -25,6 +25,7 @@ # Editors and IDEs # #################### *.komodoproject *.komodotools # Logs and databases # ###################### 
- 
        damoclark revised this gist Feb 28, 2015 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewingThis 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 @@ -1,3 +1,5 @@ #global git ignore file, add with command git config --global core.excludesfile <path to this file> # Compiled source # ################### *.com 
- 
        damoclark revised this gist Dec 28, 2014 . 1 changed file with 4 additions and 0 deletions.There are no files selected for viewingThis 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 @@ -20,6 +20,10 @@ *.tar *.zip # Editors and IDEs # #################### *.komodoproject # Logs and databases # ###################### *.log 
- 
        damoclark renamed this gist Dec 28, 2014 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewingFile renamed without changes.
- 
        damoclark revised this gist Dec 28, 2014 . 1 changed file with 5 additions and 1 deletion.There are no files selected for viewingThis 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 @@ -23,9 +23,13 @@ # Logs and databases # ###################### *.log *.sqlite # Generic config files # ######################## *.ini *.conf # OS generated files # ###################### .DS_Store 
- 
        octocat created this gist Feb 27, 2014 .There are no files selected for viewingThis 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,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