diff options
| author | inyourwalls <inyourwalls@tutanota.com> | 2023-11-07 12:37:02 -0500 |
|---|---|---|
| committer | inyourwalls <inyourwalls@tutanota.com> | 2023-11-07 12:37:02 -0500 |
| commit | 86a919f530c7990eecf1b98c3151941f39c7d4eb (patch) | |
| tree | 862ea708d608cfc7a0fdccaddfc98cbf03dfc229 /.gitignore | |
setup basic dev environment
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9ceb91d --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +# LSP data folder. +.jdtls |
