1
0
mirror of https://github.com/Wyrrrd/bbr-fix.git synced 2026-06-24 08:40:57 +02:00

Add vscode to gitignore

This commit is contained in:
Wyrrrd
2023-12-21 10:37:42 +01:00
parent 5936a9acc7
commit 69bf3cac33
4 changed files with 6 additions and 5 deletions
+1
View File
@@ -1 +1,2 @@
*.zip *.zip
.vscode/*
+3 -3
View File
@@ -8,13 +8,13 @@
"type": "factoriomod", "type": "factoriomod",
"request": "launch", "request": "launch",
"name": "Factorio Mod Debug", "name": "Factorio Mod Debug",
"factorioPath": "D:/Modding/Factorio/bin/x64/factorio.exe" "factorioVersion": "D:/Modding/Factorio/bin/x64/factorio.exe"
}, },
{ {
"type": "factoriomod", "type": "factoriomod",
"request": "launch", "request": "launch",
"name": "Factorio Mod Debug (Settings & Data)", "name": "Factorio Mod Debug (Settings & Data)",
"factorioPath": "D:/Modding/Factorio/bin/x64/factorio.exe", "factorioPath": "D:/Factorio/latest/bin/x64/factorio.exe",
"hookSettings": true, "hookSettings": true,
"hookData": true "hookData": true
}, },
@@ -22,7 +22,7 @@
"type": "factoriomod", "type": "factoriomod",
"request": "launch", "request": "launch",
"name": "Factorio Mod Debug (Profile)", "name": "Factorio Mod Debug (Profile)",
"factorioPath": "D:/Modding/Factorio/bin/x64/factorio.exe", "factorioPath": "D:/Factorio/latest/bin/x64/factorio.exe",
"hookMode": "profile" "hookMode": "profile"
} }
] ]
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"factorio.versions": [ "factorio.versions": [
{ {
"name": "Factorio", "name": "Main",
"factorioPath": "d:\\Modding\\Factorio\\bin\\x64\\factorio.exe", "factorioPath": "d:\\Modding\\Factorio\\bin\\x64\\factorio.exe",
"active": true "active": true
} }
+1 -1
View File
@@ -11,4 +11,4 @@ So if your modded rail costs 1x stone, 1x steel and 1x turret (don't ask why), w
### Credits ### Credits
Thanks to [kapaer](https://mods.factorio.com/user/kapaer) for the [mod](https://mods.factorio.com/mod/beautiful_bridge_railway) this depends on. Thanks to [kapaer](https://mods.factorio.com/user/kapaer) for the [mod](https://mods.factorio.com/mod/beautiful_bridge_railway) this depends on.
Thanks to [Eldrinn-Elantey](https://github.com/Eldrinn-Elantey) for the Russian translation. Thanks to [Eldrinn-Elantey](https://github.com/Eldrinn-Elantey) for the Russian translation.7