Skip to content

Commit be94ac5

Browse files
committed
update gitignore
1 parent 183879f commit be94ac5

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

remix.init/gitignore

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ node_modules
22
.DS_store
33

44
/build
5-
/public/build
65
/server-build
76
.env
87
.cache
@@ -15,6 +14,8 @@ node_modules
1514
/playwright-report/
1615
/playwright/.cache/
1716
/tests/fixtures/email/
17+
/tests/fixtures/uploaded/
18+
/tests/fixtures/openimg/
1819
/coverage
1920

2021
/other/cache.db
@@ -24,6 +25,4 @@ node_modules
2425

2526
# generated files
2627
/app/components/ui/icons
27-
28-
# react router v7 generated types
29-
.react-router
28+
.react-router/

0 commit comments

Comments
 (0)