Exclude new remix files from git

This commit is contained in:
regalijan 2023-10-19 16:50:19 -04:00
parent 707f7cb857
commit 48f2938538
Signed by: regalijan
GPG Key ID: 5D4196DA269EF520

2
.gitignore vendored
View File

@ -29,6 +29,8 @@ dist-ssr
# Remix files # Remix files
.cache .cache
functions/\[\[path\]\].js functions/\[\[path\]\].js
functions/metafile.js.json
functions/metafile.server.json
public/build public/build
# Wrangler data # Wrangler data