From cc1fb6cbee1ac7588539f7c575bb262c8b7fb61e Mon Sep 17 00:00:00 2001 From: Daniel Sung Date: Tue, 22 Oct 2024 22:32:50 -0400 Subject: [PATCH] modified git ignore to include nodebb-theme-harmony front end changes for endorsement feature --- .gitignore | 2 ++ node_modules/nodebb-theme-harmony | 1 + 2 files changed, 3 insertions(+) create mode 120000 node_modules/nodebb-theme-harmony diff --git a/.gitignore b/.gitignore index 0b3d7bb0e9..bbf272602f 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,8 @@ npm-debug.log node_modules/* !node_modules/nodebb-plugin-composer-default/ !node_modules/nodebb-plugin-composer-default/** +!node_modules/nodebb-theme-harmony +!node_modules/nodebb-theme-harmony/** sftp-config.json config.json jsconfig.json diff --git a/node_modules/nodebb-theme-harmony b/node_modules/nodebb-theme-harmony new file mode 120000 index 0000000000..d55abdc665 --- /dev/null +++ b/node_modules/nodebb-theme-harmony @@ -0,0 +1 @@ +../../nodebb-frontend-f24-dry-cleaners \ No newline at end of file