Skip to content

Commit 3724409

Browse files
authored
Merge pull request #144 from genericptr/update-git-ignore
Update git ignore
2 parents 401fd3f + fcc4be6 commit 3724409

1 file changed

Lines changed: 14 additions & 1 deletion

File tree

.gitignore

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,17 @@ dist/
3333
src/standard/lib/
3434

3535
# Lazarus user config
36-
packagefiles.xml
36+
packagefiles.xml
37+
38+
# VSCode extension
39+
clients/pasls-vscode/node_modules/*
40+
clients/pasls-vscode/out/*
41+
*.vsix
42+
43+
# macOS specific
44+
.DS_Store
45+
46+
# 3rd-party editor projects
47+
*.code-workspace
48+
*.sublime-project
49+
*.sublime-workspace

0 commit comments

Comments
 (0)