diff options
| author | Jakob L. Kreuze <zerodaysfordays@sdf.lonestar.org> | 2019-05-02 16:46:55 -0400 |
|---|---|---|
| committer | Jakob L. Kreuze <zerodaysfordays@sdf.lonestar.org> | 2019-05-02 16:46:55 -0400 |
| commit | 6557a074a50d28816af4c117768860f2ebe911d0 (patch) | |
| tree | 37c47b562cdebc3d22113dc4915edcf8d5f2e3d4 /.gitignore | |
| parent | 9b88acd1a760313b7bd059e0647690d289202c11 (diff) | |
Add a Favicon
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,3 +1,5 @@ -/images/ +/images/* +!/images/favicon.png + /posts/ /site/ |