Skip to content

Commit c93a23c

Browse files
committed
refactor(.gitignore): update structure and comments for clarity on dependencies and build outputs
1 parent 5e9d229 commit c93a23c

1 file changed

Lines changed: 12 additions & 3 deletions

File tree

.gitignore

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,19 @@
1-
# Node modules
1+
# Dependencies
22
node_modules/
33

4-
# Compiled output
4+
# Yarn
5+
.pnp.*
6+
.yarn/*
7+
!.yarn/patches
8+
!.yarn/plugins
9+
!.yarn/releases
10+
!.yarn/sdks
11+
!.yarn/versions
12+
13+
# Build output
514
dist/
615

7-
# npm
16+
# npm (legacy)
817
package-lock.json
918
npm-debug.log*
1019

0 commit comments

Comments
 (0)