Skip to content

Commit cda942e

Browse files
committed
Update .gitignore with Clacky and Node.js patterns
1 parent 8bcc39c commit cda942e

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

.1024

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,13 @@ temp/
33
en/empty-template-en.md
44
zh/empty-template-zh.md
55
/.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

Comments
 (0)