diff --git a/.gitignore b/.gitignore deleted file mode 100644 index d707558..0000000 --- a/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -/images/* -/html/* \ No newline at end of file diff --git a/html/.gitignore b/html/.gitignore new file mode 100644 index 0000000..86d0cb2 --- /dev/null +++ b/html/.gitignore @@ -0,0 +1,4 @@ +# Ignore everything in this directory +* +# Except this file +!.gitignore \ No newline at end of file diff --git a/images/.gitignore b/images/.gitignore new file mode 100644 index 0000000..86d0cb2 --- /dev/null +++ b/images/.gitignore @@ -0,0 +1,4 @@ +# Ignore everything in this directory +* +# Except this file +!.gitignore \ No newline at end of file