From 7731fa4fa5b680012aba0bb9d670e3e702b2813e Mon Sep 17 00:00:00 2001 From: Owen LeJeune Date: Wed, 28 Mar 2018 15:38:34 -0400 Subject: [PATCH] updated .gitignore --- .gitignore | 2 ++ Electron Client/airhockey.html | 0 Electron Client/ding.mp3 | Bin Electron Client/game.js | 0 Electron Client/hit.mp3 | Bin Electron Client/main.js | 0 Electron Client/mute.png | Bin Electron Client/package-lock.json | 0 Electron Client/package.json | 6 +++--- Electron Client/rink.jpg | Bin Electron Client/sound.png | Bin Electron Client/style.css | 0 README.md | 0 app.js | 0 html/airhockey.html | 0 html/ding.mp3 | Bin html/game.js | 0 html/hit.mp3 | Bin html/mute.png | Bin html/rink.jpg | Bin html/sound.png | Bin html/style.css | 0 package-lock.json | 0 package.json | 0 24 files changed, 5 insertions(+), 3 deletions(-) mode change 100644 => 100755 .gitignore mode change 100644 => 100755 Electron Client/airhockey.html mode change 100644 => 100755 Electron Client/ding.mp3 mode change 100644 => 100755 Electron Client/game.js mode change 100644 => 100755 Electron Client/hit.mp3 mode change 100644 => 100755 Electron Client/main.js mode change 100644 => 100755 Electron Client/mute.png mode change 100644 => 100755 Electron Client/package-lock.json mode change 100644 => 100755 Electron Client/package.json mode change 100644 => 100755 Electron Client/rink.jpg mode change 100644 => 100755 Electron Client/sound.png mode change 100644 => 100755 Electron Client/style.css mode change 100644 => 100755 README.md mode change 100644 => 100755 app.js mode change 100644 => 100755 html/airhockey.html mode change 100644 => 100755 html/ding.mp3 mode change 100644 => 100755 html/game.js mode change 100644 => 100755 html/hit.mp3 mode change 100644 => 100755 html/mute.png mode change 100644 => 100755 html/rink.jpg mode change 100644 => 100755 html/sound.png mode change 100644 => 100755 html/style.css mode change 100644 => 100755 package-lock.json mode change 100644 => 100755 package.json diff --git a/.gitignore b/.gitignore old mode 100644 new mode 100755 index 9daa824..ada8e67 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ .DS_Store +*.DS_Store +._* node_modules diff --git a/Electron Client/airhockey.html b/Electron Client/airhockey.html old mode 100644 new mode 100755 diff --git a/Electron Client/ding.mp3 b/Electron Client/ding.mp3 old mode 100644 new mode 100755 diff --git a/Electron Client/game.js b/Electron Client/game.js old mode 100644 new mode 100755 diff --git a/Electron Client/hit.mp3 b/Electron Client/hit.mp3 old mode 100644 new mode 100755 diff --git a/Electron Client/main.js b/Electron Client/main.js old mode 100644 new mode 100755 diff --git a/Electron Client/mute.png b/Electron Client/mute.png old mode 100644 new mode 100755 diff --git a/Electron Client/package-lock.json b/Electron Client/package-lock.json old mode 100644 new mode 100755 diff --git a/Electron Client/package.json b/Electron Client/package.json old mode 100644 new mode 100755 index 79b2b80..e29f8cf --- a/Electron Client/package.json +++ b/Electron Client/package.json @@ -12,12 +12,12 @@ "socket.io": "*" }, "repository": { - "type": "git", - "url": "git+https://github.com/owenlejeune/AirHockey.git" + "type": "git", + "url": "git+https://github.com/owenlejeune/AirHockey.git" }, "license": "ISC", "bugs": { - "url": "https://github.com/owenlejeune/AirHockey/issues" + "url": "https://github.com/owenlejeune/AirHockey/issues" }, "homepage": "https://github.com/owenlejeune/AirHockey#readme" } diff --git a/Electron Client/rink.jpg b/Electron Client/rink.jpg old mode 100644 new mode 100755 diff --git a/Electron Client/sound.png b/Electron Client/sound.png old mode 100644 new mode 100755 diff --git a/Electron Client/style.css b/Electron Client/style.css old mode 100644 new mode 100755 diff --git a/README.md b/README.md old mode 100644 new mode 100755 diff --git a/app.js b/app.js old mode 100644 new mode 100755 diff --git a/html/airhockey.html b/html/airhockey.html old mode 100644 new mode 100755 diff --git a/html/ding.mp3 b/html/ding.mp3 old mode 100644 new mode 100755 diff --git a/html/game.js b/html/game.js old mode 100644 new mode 100755 diff --git a/html/hit.mp3 b/html/hit.mp3 old mode 100644 new mode 100755 diff --git a/html/mute.png b/html/mute.png old mode 100644 new mode 100755 diff --git a/html/rink.jpg b/html/rink.jpg old mode 100644 new mode 100755 diff --git a/html/sound.png b/html/sound.png old mode 100644 new mode 100755 diff --git a/html/style.css b/html/style.css old mode 100644 new mode 100755 diff --git a/package-lock.json b/package-lock.json old mode 100644 new mode 100755 diff --git a/package.json b/package.json old mode 100644 new mode 100755