diff --git a/webmail/.gitignore b/webmail/.gitignore index caae731..aa9b392 100644 --- a/webmail/.gitignore +++ b/webmail/.gitignore @@ -1,7 +1,7 @@ # Unignore src/lib — root .gitignore excludes lib/ (Python convention) !src/lib/ !src/lib/** - +*log/ # Exclude compiled artifacts src/lib/*.js src/lib/*.js.map diff --git a/webmail/src/.gitignore b/webmail/src/.gitignore new file mode 100644 index 0000000..fc6bb0e --- /dev/null +++ b/webmail/src/.gitignore @@ -0,0 +1 @@ +#placeholder \ No newline at end of file