We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bcc39c commit cda942eCopy full SHA for cda942e
.1024
@@ -0,0 +1,3 @@
1
+# .1024 Configuration file for project run commands, compilation and debug settings (optional);
2
+# Any changes made will be auto-saved and take effect immediately.
3
+# For more information, please refer to the documentation: https://docs.clacky.ai/clacky-workspace/configure
.gitignore
@@ -3,3 +3,13 @@ temp/
en/empty-template-en.md
4
zh/empty-template-zh.md
5
/.ruby-version
6
+
7
+# Clacky-related configuration
8
+.1024*
9
+!.1024
10
+.breakpoints
11
12
+# Node.js related
13
+node_modules/
14
+npm-debug.log
15
+yarn-error.log
0 commit comments