diff --git a/.gitignore b/.gitignore index 00a11a1..e26c67a 100644 --- a/.gitignore +++ b/.gitignore @@ -15,6 +15,5 @@ wireguard-ui # Dependency directories (remove the comment below to include it) vendor/ assets/ -db/ diff --git a/db/.gitignore b/db/.gitignore new file mode 100644 index 0000000..76bedae --- /dev/null +++ b/db/.gitignore @@ -0,0 +1,5 @@ +# Ignore everything in this directory +* +# Except this file +!.gitignore +