From 6e0ad579b7fca547d9044c56ad7ebad176c384cf Mon Sep 17 00:00:00 2001 From: FrankSafelite Date: Tue, 21 Sep 2021 08:34:57 -0400 Subject: [PATCH] Added .gitignore for node_modules and other files --- .DS_Store | Bin 6148 -> 0 bytes .gitignore | 27 +++++++++++++++++++++++++++ 2 files changed, 27 insertions(+) delete mode 100644 .DS_Store create mode 100644 .gitignore diff --git a/.DS_Store b/.DS_Store deleted file mode 100644 index cd9d6edb48e6ba476ca2a8d438215af0ff76904d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6148 zcmeHKJ5Iwu5S<~ButbxRa<7n@W{FIL=yCy+M1mrbBM=>hJ8r=lxC0mC%?EH~prn8| z(#-SDXV-qkjz>gv@vxbT%tWMt8p@NIu~^)6BuD9)0@e1IFW22}@8084_SX)poyfi1 z$$EP;tiQbajO@C$U2VG+JoX}I&yTO?!|3LR=>B%FYx9CK3K<{+WPl8ifq%^adbUY( z5=cu1$N(AmV8HH&0yV6OeV|_*Fg^kR?Kj>9&pt~4i#dQbu@8g?qEQNrQq2)Vqa6N{ zc{Q;QjB-&w8T;hPniGop>F^g%7p;M`WPl7DGBAnd%=-TY^qcwru!t)%KnDI413GP& z?E;^ay>;|))@uv&8u~8C^>i3-#XxVxSXe7Q9pn{zM!Y8WfnE;3mjn4DV7ySsz;7_{ E22RW*i2wiq diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..fc42c5243 --- /dev/null +++ b/.gitignore @@ -0,0 +1,27 @@ +.DS_Store +node_modules +/dist + + +# local env files +.env.local +.env.*.local + +# Log files +npm-debug.log* +yarn-debug.log* +yarn-error.log* +pnpm-debug.log* + +# Editor directories and files +.idea +.vscode +*.suo +*.ntvs* +*.njsproj +*.sln +*.sw? + +# Misc +coverage/* +junit.xml \ No newline at end of file