diff --git a/.cursor/rules/hacktivity-rules.mdc b/.cursor/rules/hacktivity-rules.mdc new file mode 100644 index 0000000..75a84ca --- /dev/null +++ b/.cursor/rules/hacktivity-rules.mdc @@ -0,0 +1,9 @@ +--- +description: +globs: +--- + +# Your rule content + +- You can @ files here +- You can use markdown but dont have to diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..076ee3e --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "cursor.general.disableHttp2": true +} \ No newline at end of file