File tree Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ yarn-error.log*
77lerna-debug.log *
88.pnpm-debug.log *
99
10+
1011# Diagnostic reports (https://nodejs.org/api/report.html)
1112report. [0-9 ]* . [0-9 ]* . [0-9 ]* . [0-9 ]* .json
1213
Original file line number Diff line number Diff line change 1+ # keep default behavior (includes almost everything)
2+ **
3+
4+ # Exclude test files
5+ * .test.js
6+ * .tests.js
7+ * .spec.js
8+ * .specs.js
9+
10+ # Exclude __tests__ directory (as before)
11+ __tests__ /**
12+
13+ # # Explicitly include essential files (this is important!)
14+ # !package.json
15+ # !README.md # Or README, README.txt, etc.
16+ # !LICENSE # If you have one
17+ # !index.js # Or your main entry point file as defined in package.json
18+ # # ... other essential files
19+
20+ # # Exclude other files as per default npm behavior
21+ # /node_modules/
22+
23+
You can’t perform that action at this time.
0 commit comments