updated .gitignore

This commit is contained in:
2018-03-28 15:38:34 -04:00
parent 30883a419b
commit 7731fa4fa5
24 changed files with 5 additions and 3 deletions

2
.gitignore vendored Normal file → Executable file
View File

@@ -1,2 +1,4 @@
.DS_Store
*.DS_Store
._*
node_modules

0
Electron Client/airhockey.html Normal file → Executable file
View File

0
Electron Client/ding.mp3 Normal file → Executable file
View File

0
Electron Client/game.js Normal file → Executable file
View File

0
Electron Client/hit.mp3 Normal file → Executable file
View File

0
Electron Client/main.js Normal file → Executable file
View File

0
Electron Client/mute.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

0
Electron Client/package-lock.json generated Normal file → Executable file
View File

6
Electron Client/package.json Normal file → Executable file
View File

@@ -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"
}

0
Electron Client/rink.jpg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 185 KiB

After

Width:  |  Height:  |  Size: 185 KiB

0
Electron Client/sound.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

0
Electron Client/style.css Normal file → Executable file
View File

0
README.md Normal file → Executable file
View File

0
app.js Normal file → Executable file
View File

0
html/airhockey.html Normal file → Executable file
View File

0
html/ding.mp3 Normal file → Executable file
View File

0
html/game.js Normal file → Executable file
View File

0
html/hit.mp3 Normal file → Executable file
View File

0
html/mute.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

0
html/rink.jpg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 185 KiB

After

Width:  |  Height:  |  Size: 185 KiB

0
html/sound.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

0
html/style.css Normal file → Executable file
View File

0
package-lock.json generated Normal file → Executable file
View File

0
package.json Normal file → Executable file
View File