diff --git a/.gitignore b/.gitignore index e1f08d8..e1872ef 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -*.code-workspace + *.raddbgi **/worlds data diff --git a/oogabooga.code-workspace b/oogabooga.code-workspace new file mode 100644 index 0000000..6cfc492 --- /dev/null +++ b/oogabooga.code-workspace @@ -0,0 +1,12 @@ +{ + "folders": [ + { + "path": "." + } + ], + "settings": { + "files.associations": { + "algorithm": "c" + } + } +} \ No newline at end of file