From 9bc42129ab5e81347e4d75566a67ef229768a36a Mon Sep 17 00:00:00 2001 From: ppc Date: Thu, 22 Aug 2024 09:50:09 +0100 Subject: [PATCH] update .gitignore --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 225c227..cdfbb82 100644 --- a/.gitignore +++ b/.gitignore @@ -131,7 +131,6 @@ pnpm-debug.log* lerna-debug.log* node_modules -dist dist-ssr *.local @@ -275,3 +274,6 @@ docs/pages/versions/*/react-native/*.diff # iOS **/ios/.xcode.env.local + +# Project-Specific +/amnet-web/dist \ No newline at end of file