diff --git a/.gitignore b/.gitignore index 8f00b5b..1c65602 100644 --- a/.gitignore +++ b/.gitignore @@ -2,5 +2,8 @@ volumes/* volumes/html/* +# But not these directories +!volumes/html + # Do not ignore a special file name !.gitkeep \ No newline at end of file diff --git a/volumes/html/.gitkeep b/volumes/html/.gitkeep new file mode 100644 index 0000000..e69de29