From 6c171eed393b855c84ec2845f9da31fc41a5b919 Mon Sep 17 00:00:00 2001 From: hexxa Date: Sun, 17 Apr 2022 12:25:30 +0800 Subject: [PATCH] chore(gitignore): update ignores according to new static dir path --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 9fd7b6f..45fd2c2 100644 --- a/.gitignore +++ b/.gitignore @@ -5,8 +5,8 @@ **/files **/node_modules/* **/yarn-error -**/public/static/*.js -**/public/index.html +**/static/public/js/*.js +**/static/public/index.html **/**/*.d.ts.map # backend