Remove `.sindriignore` from the Circom templates.

pull/4512/head
Evan Sangaline 9 months ago committed by Aniket
parent 7bf5d600aa
commit dc93285c5e
  1. 4
      libs/remix-ws-templates/src/templates/hashchecker/.sindriignore
  2. 4
      libs/remix-ws-templates/src/templates/hashchecker/index.ts
  3. 4
      libs/remix-ws-templates/src/templates/rln/.sindriignore
  4. 4
      libs/remix-ws-templates/src/templates/rln/index.ts
  5. 4
      libs/remix-ws-templates/src/templates/semaphore/.sindriignore
  6. 4
      libs/remix-ws-templates/src/templates/semaphore/index.ts

@ -1,4 +0,0 @@
# Files to exclude from Sindri circuit uploads (uses `.gitignore` syntax).
/.deps/
/scripts/
/templates/

@ -11,8 +11,6 @@ export default async () => {
// @ts-ignore
'README.md': (await import('raw-loader!./README.md')).default,
// @ts-ignore
'.sindriignore': (await import('raw-loader!./.sindriignore')).default,
// @ts-ignore
'sindri.json': (await import('./sindri.json.raw!=!raw-loader!./sindri.json')).default,
}
}
}

@ -1,4 +0,0 @@
# Files to exclude from Sindri circuit uploads (uses `.gitignore` syntax).
/.deps/
/scripts/
/templates/

@ -19,8 +19,6 @@ export default async () => {
// @ts-ignore
'README.md': (await import('raw-loader!./README.md')).default,
// @ts-ignore
'.sindriignore': (await import('raw-loader!./.sindriignore')).default,
// @ts-ignore
'sindri.json': (await import('./sindri.json.raw!=!raw-loader!./sindri.json')).default,
}
}
}

@ -1,4 +0,0 @@
# Files to exclude from Sindri circuit uploads (uses `.gitignore` syntax).
/.deps/
/scripts/
/templates/

@ -15,8 +15,6 @@ export default async () => {
// @ts-ignore
'README.md': (await import('raw-loader!./README.md')).default,
// @ts-ignore
'.sindriignore': (await import('raw-loader!./.sindriignore')).default,
// @ts-ignore
'sindri.json': (await import('./sindri.json.raw!=!raw-loader!./sindri.json')).default,
}
}
}

Loading…
Cancel
Save