From b660fbeeac1e5d09ae21e5d7d2e3e107084ab660 Mon Sep 17 00:00:00 2001 From: Max P Date: Sun, 27 Apr 2025 19:59:42 +0000 Subject: [PATCH] Update .gitignore to retain vhdl_ls.toml and add .gitkeep to libs/ directory --- .gitignore | 3 +-- libs/.gitkeep | 0 2 files changed, 1 insertion(+), 2 deletions(-) create mode 100644 libs/.gitkeep diff --git a/.gitignore b/.gitignore index 4d1ef47..7394369 100644 --- a/.gitignore +++ b/.gitignore @@ -3,5 +3,4 @@ reports/ output/ .locale/ -vhdl_ls.toml -libs/ \ No newline at end of file +vhdl_ls.toml \ No newline at end of file diff --git a/libs/.gitkeep b/libs/.gitkeep new file mode 100644 index 0000000..e69de29