diff options
author | Matthew Holt <[email protected]> | 2015-01-13 12:43:45 -0700 |
---|---|---|
committer | Matthew Holt <[email protected]> | 2015-01-13 12:43:45 -0700 |
commit | 4497a16fb0301242ec66cb06411e7e73c0faa435 (patch) | |
tree | b5bbb88daa797257c13217d370e8e8ba378b5177 /.gitignore | |
download | caddy-4497a16fb0301242ec66cb06411e7e73c0faa435.tar.gz caddy-4497a16fb0301242ec66cb06411e7e73c0faa435.zip |
Early prototype; initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..07a41df41 --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +.DS_Store +Thumbs.db +_gitignore/ +error.log +access.log +/*.conf +Caddyfile
\ No newline at end of file |