diff --git a/.gitignore b/.gitignore index c8c4525..4cec20e 100644 --- a/.gitignore +++ b/.gitignore @@ -130,5 +130,3 @@ dist .pnp.* .DS_Store - -public/ \ No newline at end of file diff --git a/public/.gitignore b/public/.gitignore new file mode 100644 index 0000000..86d0cb2 --- /dev/null +++ b/public/.gitignore @@ -0,0 +1,4 @@ +# Ignore everything in this directory +* +# Except this file +!.gitignore \ No newline at end of file