php-form-processor/.gitignore
John Shaver c05a58b4d6 Added a default template.txt file and the phpfEVERYTHING template option.
Needs documentation.  I also changed the template logic function to a real
function instead of the anonymous function it was (templateLogic()).
2010-06-01 02:17:09 -06:00

8 lines
171 B
Text

#ignore html files that are used for form testing.
*.htm
*.html
#ignore shell scripts (I have one setup to rsync changed
#files to my hosting account for testing.)
*.sh