1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2025-07-28 09:53:45 +02:00

File structure changes to allow installer compile, fixes for gitignore

This commit is contained in:
dexslab
2020-06-30 22:50:47 -04:00
parent 0bfeefca37
commit 9c6ca904a0
6 changed files with 13 additions and 26 deletions

13
.gitignore vendored
View File

@@ -1,5 +1,10 @@
.pio
.vscode/.browse.c_cpp.db*
.vscode/c_cpp_properties.json
.vscode/launch.json
.vscode/ipch
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
*.code-workspace
# Local History for Visual Studio Code
.history/