This commit is contained in:
J62 2025-03-14 11:32:21 -07:00
parent a92c8b7753
commit 7a1d0ae197
2 changed files with 9 additions and 1 deletions

2
.gitignore vendored
View File

@ -7,4 +7,4 @@
.project
*/.factorypath
**/.antlr/
.code-workspace
*.code-workspace

View File

@ -0,0 +1,8 @@
{
"folders": [
{
"path": "."
}
],
"settings": {}
}