Skip to content

Commit 64aaebd

Browse files
committed
update
1 parent 9f4036b commit 64aaebd

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

.gitignore

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,22 @@ _manuscript
3333
tests/docs/luacov/luacov.report.html
3434
tests/docs/luacov/report.html
3535

36+
# generated by test configuration, changes from machine to machine
37+
# so we don't want to track them
38+
tests/integration/playwright/package-lock.json
39+
3640
# tools build files
3741
tools/trace-viewer/edit-distance.js
3842
tools/trace-viewer/trace-viewer.html
3943
tools/trace-viewer/trace-viewer_files
4044
tools/bundle-bug-finder/node_modules
41-
tools/bundle-bug-finder/package-lock.json
45+
tools/bundle-bug-finder/package-lock.json
46+
tools/*/*_files
47+
tools/*/*.html
48+
package/src/common/import-report/*.html
49+
50+
# Files that are unique to specific committers of this repo
51+
tools/sass-variable-explainer/_publish.yml
52+
53+
# generated by tests
54+
tests/docs/callouts.pdf

0 commit comments

Comments
 (0)