From 7e80d22c43a70ca682e0fb9b685c942564f91d5c Mon Sep 17 00:00:00 2001 From: LamGC Date: Mon, 5 Jun 2023 20:30:17 +0800 Subject: [PATCH] git: Add exclusion directory. --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index b6222f1..cf41163 100644 --- a/.gitignore +++ b/.gitignore @@ -47,4 +47,5 @@ wp-config.php # uncomment the next line #/wp-content/themes -.idea/ \ No newline at end of file +.idea/ +dist/ \ No newline at end of file