Skip to content

Commit

Permalink
templates: ignore metafile.* files (#7177)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDeBoey authored Aug 23, 2023
1 parent a2d9191 commit 5fbc57f
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 23 deletions.
4 changes: 2 additions & 2 deletions templates/arc/.gitignore
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
.DS_Store
node_modules

/.cache
/public/build
/server/index.mjs
/server/index.mjs.map
/public/build
/server/metafile.*
preferences.arc
sam.json
sam.yaml
Expand Down
15 changes: 9 additions & 6 deletions templates/arc/app.arc
Original file line number Diff line number Diff line change
@@ -1,18 +1,21 @@
@app
remix-architect-app

@aws
runtime nodejs16.x
# concurrency 1
# memory 1152
# profile default
# region us-west-1
# timeout 30

@http
/*
method any
src server

@static

@plugins
plugin-remix
src plugin-remix.js

# @aws
# profile default
# region us-west-1

@static
5 changes: 0 additions & 5 deletions templates/arc/server/config.arc

This file was deleted.

2 changes: 1 addition & 1 deletion templates/cloudflare-pages/.gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
.DS_Store
node_modules

/.cache
/functions/\[\[path\]\].js
/functions/\[\[path\]\].js.map
/functions/metafile.*
/public/build
.dev.vars
1 change: 0 additions & 1 deletion templates/express/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
.DS_Store
node_modules

/.cache
Expand Down
2 changes: 1 addition & 1 deletion templates/netlify/.gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
node_modules

/.cache
/public/build
/.netlify
/public/build
.env
14 changes: 7 additions & 7 deletions templates/vercel/.gitignore
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
node_modules

.cache
.env
.vercel
.output

/build/
/public/build
/.cache
/.output
/.vercel
/api/index.js
/api/index.js.map
/api/metafile.*
/build
/public/build
.env

0 comments on commit 5fbc57f

Please sign in to comment.