mirror of
https://github.com/Team4388/Swerve-Drive.git
synced 2026-06-09 00:38:04 -06:00
16 lines
323 B
JSON
16 lines
323 B
JSON
|
|
{
|
||
|
|
"java.configuration.updateBuildConfiguration": "automatic",
|
||
|
|
"files.exclude": {
|
||
|
|
"**/.git": true,
|
||
|
|
"**/.svn": true,
|
||
|
|
"**/.hg": true,
|
||
|
|
"**/CVS": true,
|
||
|
|
"**/.DS_Store": true,
|
||
|
|
"bin/": true,
|
||
|
|
"**/.classpath": true,
|
||
|
|
"**/.project": true,
|
||
|
|
"**/.settings": true,
|
||
|
|
"**/.factorypath": true
|
||
|
|
}
|
||
|
|
}
|