Skip to content

Commit 68c6ba8

Browse files
committed
chore: ignore node_modules and build folder
1 parent fc8aa3a commit 68c6ba8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

examples/echo-bot-ts/.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Dependencies
2+
node_modules/
3+
4+
# Built files.
5+
dist/

0 commit comments

Comments
 (0)