Skip to content

Commit 4f77b7f

Browse files
authored
Merge pull request #8 from uakotaobi/gitignore-json-files
Remove unnecessary JSON files from version control
2 parents b50f700 + de16bf1 commit 4f77b7f

File tree

31 files changed

+20
-835
lines changed

31 files changed

+20
-835
lines changed

.gitignore

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,9 @@ bin/_pros_ld_timestamp.o
9999
*.ini
100100
compile_commands.json
101101
desktop.ini
102-
.vscode/*
102+
103+
# See below.
104+
# .vscode/*
103105

104106
# Additional recommendations, adapted from jpearman's suggestions at
105107
# https://www.vexforum.com/t/github-with-pros/52291/8.
@@ -114,4 +116,20 @@ desktop.ini
114116
# --------------------------------------------------------------------------
115117
# MacOS ignores.
116118
# --------------------------------------------------------------------------
117-
.DS_Store
119+
.DS_Store
120+
121+
# --------------------------------------------------------------------------
122+
# Our ignores.
123+
# --------------------------------------------------------------------------
124+
125+
# The majority of these JSON files are automatically generated by Visual
126+
# Studio Code and contain absolute paths, both of which contraindicate
127+
# placement into version control. So let's make sure that doesn't happen.
128+
#
129+
# Any settings we want to share that have to do with coding style can probably
130+
# be done by means of an editorconfig file.
131+
**/.vscode/*.json
132+
133+
# However, these JSON files are special -- they contain properties for an
134+
# entire VEX project, like its name and firmware SDK version.
135+
!**/.vscode/vex_project_settings.json

2022/Team-P/TeamP-Spinup/.vscode/c_cpp_properties.json

Lines changed: 0 additions & 49 deletions
This file was deleted.

2022/Team-P/TeamP-Spinup/.vscode/settings.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

2022/TeamA-New-Robot-Code/.vscode/c_cpp_properties.json

Lines changed: 0 additions & 30 deletions
This file was deleted.

2022/TeamA-New-Robot-Code/.vscode/settings.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

2023/MatthewSwerveDrive/.vscode/c_cpp_properties.json

Lines changed: 0 additions & 49 deletions
This file was deleted.

2023/MatthewSwerveDrive/.vscode/settings.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

2023/Team-A/Team-A-over-under/.vscode/c_cpp_properties.json

Lines changed: 0 additions & 55 deletions
This file was deleted.

2023/Team-A/Team-A-over-under/.vscode/settings.json

Lines changed: 0 additions & 41 deletions
This file was deleted.

2023/Team-P/MrPeaBotty/.vscode/c_cpp_properties.json

Lines changed: 0 additions & 49 deletions
This file was deleted.

0 commit comments

Comments
 (0)