From 737344a72d23dc97b0d0e73cc4ab7fdffd0fbf49 Mon Sep 17 00:00:00 2001 From: Brendan F Date: Sun, 14 May 2023 23:12:27 -0700 Subject: Merge in react app code From sluchajfun and youtube-heardle-template --- .gitignore | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 94fc67e..80a1d01 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,34 @@ +#Python __pycache__ *.pyc venv +#Scratch files .idea ignore notes.txt playlist*.js -urls*.txt \ No newline at end of file +urls*.txt + +# JavaScript +# dependencies +/node_modules +/.pnp +.pnp.js + +# testing +/coverage + +# production +/build + +# misc +.DS_Store +.env.local +.env.development.local +.env.test.local +.env.production.local + +npm-debug.log* +yarn-debug.log* +yarn-error.log* -- cgit v1.2.3