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