diff options
author | C. Lente <7017340+clente@users.noreply.github.com> | 2023-03-02 14:35:20 -0300 |
---|---|---|
committer | C. Lente <7017340+clente@users.noreply.github.com> | 2023-03-02 14:35:20 -0300 |
commit | 3b1e9390206f22da0a0f7d94d4e585ff61944550 (patch) | |
tree | b579bc285bfa64df632ef6eb74d6dbfc6796450f /.gitignore | |
parent | 667b0026019c3800ba1585a1ef8115cad92aff10 (diff) | |
download | hugo-bearcub-3b1e9390206f22da0a0f7d94d4e585ff61944550.tar.gz hugo-bearcub-3b1e9390206f22da0a0f7d94d4e585ff61944550.tar.bz2 |
Reorder options in config
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,2 +1,3 @@ .hugo_build.lock -.DS_Store
\ No newline at end of file +.DS_Store +resources/
\ No newline at end of file |