Skip to content

Commit 7b1d67d

Browse files
Add .gitignore file to exclude node_modules, log files, and environment variables
1 parent adf7c2b commit 7b1d67d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

implement-shell-tools/.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
node_modules/
2+
*.log
3+
.DS_Store
4+
.env

0 commit comments

Comments
 (0)