From cda942e3a9d89898a85c581eaa5916004862874f Mon Sep 17 00:00:00 2001 From: Clacky Date: Mon, 24 Mar 2025 03:10:52 -0400 Subject: [PATCH] Update .gitignore with Clacky and Node.js patterns --- .1024 | 3 +++ .gitignore | 10 ++++++++++ 2 files changed, 13 insertions(+) create mode 100644 .1024 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