From c382c82cf2c8977b8a7a03b3d5127e4b1816663f Mon Sep 17 00:00:00 2001 From: Ryan Joseph Date: Sun, 18 Jan 2026 08:45:52 +0700 Subject: [PATCH 1/2] Add VSCode extension to git ignore --- .gitignore | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index cb5d089..bd188a5 100644 --- a/.gitignore +++ b/.gitignore @@ -33,4 +33,9 @@ dist/ src/standard/lib/ # Lazarus user config -packagefiles.xml \ No newline at end of file +packagefiles.xml + +# VSCode extension +clients/pasls-vscode/node_modules/* +clients/pasls-vscode/out/* +*.vsix \ No newline at end of file From fcc4be64b902261a77193cf64a9a194b407e2ab4 Mon Sep 17 00:00:00 2001 From: Ryan Joseph Date: Sun, 18 Jan 2026 08:48:27 +0700 Subject: [PATCH 2/2] add macOS and editor rules --- .gitignore | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index bd188a5..b3c881a 100644 --- a/.gitignore +++ b/.gitignore @@ -38,4 +38,12 @@ packagefiles.xml # VSCode extension clients/pasls-vscode/node_modules/* clients/pasls-vscode/out/* -*.vsix \ No newline at end of file +*.vsix + +# macOS specific +.DS_Store + +# 3rd-party editor projects +*.code-workspace +*.sublime-project +*.sublime-workspace \ No newline at end of file