From 508d1179dc4fe164ef473c2c121f1488f90cfc34 Mon Sep 17 00:00:00 2001 From: Ryan Westfall Date: Sat, 16 Aug 2025 12:56:55 -0500 Subject: [PATCH] adding a gitignore --- .gitignore | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..14e988e --- /dev/null +++ b/.gitignore @@ -0,0 +1,25 @@ +# See https://help.github.com/articles/ignoring-files/ for more about ignoring files. + +# dependencies +/node_modules +/.pnp +.pnp.js + +# testing +/coverage + +# production +/build +/dist # Common output directory for TypeScript builds + +# misc +.DS_Store +.env.local +.env.development.local +.env.test.local +.env.production.local +npm-debug.log* +yarn-debug.log* +yarn-error.log* +.tsbuildinfo # TypeScript build info file +.eslintcache # ESLint cache file