From 5e7afaade3c23c6358637ce22184419dda225106 Mon Sep 17 00:00:00 2001 From: Max P Date: Mon, 7 Jul 2025 13:14:18 +0000 Subject: [PATCH] chore(gitignore): add entries for build and config files - Add ignore patterns for build artifacts and configuration files - Prevent accidental inclusion of temporary and generated files --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7394369 --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +.hdlbuild_deps/ +.working/ +reports/ +output/ +.locale/ +vhdl_ls.toml \ No newline at end of file