This is an automated email from the ASF dual-hosted git repository.
brondsem pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/allura.git
The following commit(s) were added to refs/heads/master by this push:
new ee46bcba1 Ignore .vscode settings folder
ee46bcba1 is described below
commit ee46bcba1c0d6bb32fc0c1bfc3b5f45bd8d1156d
Author: Carlos Cruz <[email protected]>
AuthorDate: Wed May 8 19:26:52 2024 +0000
Ignore .vscode settings folder
---
.gitignore | 1 +
1 file changed, 1 insertion(+)
diff --git a/.gitignore b/.gitignore
index 97d6ae99e..ac43d110a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -45,3 +45,4 @@ report.clonedigger
async-disk-cache/
ForgeGit/forgegit/tests/data/testgit.git/FETCH_HEAD
allura-data/
+.vscode
\ No newline at end of file