diff --git a/.1024 b/.1024 new file mode 100644 index 0000000..07bef92 --- /dev/null +++ b/.1024 @@ -0,0 +1,3 @@ +# .1024 Configuration file for project run commands, compilation and debug settings (optional); +# Any changes made will be auto-saved and take effect immediately. +# For more information, please refer to the documentation: https://docs.clacky.ai/clacky-workspace/configure diff --git a/.gitignore b/.gitignore index fc6093b..78112e4 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,13 @@ temp/ en/empty-template-en.md zh/empty-template-zh.md /.ruby-version + +# Clacky-related configuration +.1024* +!.1024 +.breakpoints + +# Node.js related +node_modules/ +npm-debug.log +yarn-error.log \ No newline at end of file