Skip to content

Add lsp.json to .gitignore#700

Closed
ventselartur wants to merge 1 commit into
mainfrom
private/ventselartur/AddLspJsonToGitIgnore
Closed

Add lsp.json to .gitignore#700
ventselartur wants to merge 1 commit into
mainfrom
private/ventselartur/AddLspJsonToGitIgnore

Conversation

@ventselartur

Copy link
Copy Markdown
Collaborator

Summary

Adds lsp.json to .gitignore so generated AL language-server config files (e.g. .github/lsp.json) are no longer tracked or shown in git status.

Changes

  • Append lsp.json to .gitignore

Verification

  • git status no longer lists .github/lsp.json as untracked

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@ventselartur ventselartur requested a review from haoranpb June 26, 2026 11:02
@haoranpb

Copy link
Copy Markdown
Collaborator

I think this is most likely only be used by your scenario, instead, maybe do

# in .git/info/exclude
/.github/lsp.json

@haoranpb haoranpb closed this Jun 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants