From eda4ec034006e58b24fb2922a4851314ea7b0ca5 Mon Sep 17 00:00:00 2001 From: Anon Date: Wed, 19 Apr 2023 22:34:58 -0700 Subject: [PATCH] Updated to exclude everything but project files --- .gitignore | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 355164c..c2101a8 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,11 @@ -*/ +# Ignore everthing +* + +# Only include project files +!/installation/* +!/installation/ +!/audioPlayer.js +!/index.html +!/musicList.js +!/README.md +!/styles.css