From d1d654ebac2d51e3841675faeb56480e440f622f Mon Sep 17 00:00:00 2001 From: Wolfgang Müller Date: Tue, 5 Mar 2024 18:08:09 +0100 Subject: Initial commit --- frontend/.eslintignore | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 frontend/.eslintignore (limited to 'frontend/.eslintignore') diff --git a/frontend/.eslintignore b/frontend/.eslintignore new file mode 100644 index 0000000..fb4d584 --- /dev/null +++ b/frontend/.eslintignore @@ -0,0 +1,16 @@ +.DS_Store +node_modules +/build +/.svelte-kit +/package +.env +.env.* +!.env.example +/coverage + +# Ignore files for PNPM, NPM and YARN +pnpm-lock.yaml +package-lock.json +yarn.lock + +/src/gql \ No newline at end of file -- cgit v1.2.3-2-gb3c3