Skip to content

Commit ab1555b

Browse files
committed
chore: expand gitignore for Node.js development
- Add common web development and Node.js patterns to gitignore - Include build outputs, dependencies, and environment files - Add log files from npm and yarn package managers Signed-off-by: wecoding <wecoding@yeah.net>
1 parent e671b2c commit ab1555b

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.gitignore

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,23 @@ manpages/*
3636
.DS_Store
3737
.ai*
3838
.aider*
39+
40+
# Dependencies
41+
/node_modules
42+
43+
# Production
44+
/build
45+
46+
# Generated files
47+
.docusaurus
48+
.cache-loader
49+
50+
# Misc
51+
.env.local
52+
.env.development.local
53+
.env.test.local
54+
.env.production.local
55+
56+
npm-debug.log*
57+
yarn-debug.log*
58+
yarn-error.log*

0 commit comments

Comments
 (0)