From c978bc4aa2522c4f535b5f66b676c105638509cb Mon Sep 17 00:00:00 2001 From: Gowtham Raj J Date: Mon, 4 May 2026 21:23:45 +0530 Subject: [PATCH] re add tagignore --- .tagignore | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .tagignore diff --git a/.tagignore b/.tagignore new file mode 100644 index 0000000..736970d --- /dev/null +++ b/.tagignore @@ -0,0 +1,16 @@ +# Files/directories to ignore when determining if a tag should be created +docs/ +.github/ +.prettierignore +.prettierrc +.eslintrc.json +.eslintcache +.gitignore +.vscodeignore +DEVELOPMENT_SETUP.md +CONTRIBUTING.md +CODE_OF_CONDUCT.md +LICENSE.md +NOTICE +Makefile +.tagignore \ No newline at end of file