Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Benoît Blanchon
ArduinoJson
Merge requests
!182
An error occurred while fetching the assigned milestone of the selected merge_request.
Exclude test and helper fodlers
Code
Review changes
Check out branch
Download
Email patches
Plain diff
Closed
Administrator
requested to merge
github/fork/ivankravets/patch-3
into
master
9 years ago
Overview
3
Commits
2
Pipelines
0
Changes
1
Created by: ivankravets
0
0
Compare
master
master (base)
and
latest version
latest version
54547924
2 commits,
2 years ago
1 file
+
8
-
2
Expand all files
Preferences
Preferences
File browser
List view
Tree view
Compare changes
Inline
Side-by-side
Show whitespace changes
Show one file at a time
library.json
+
8
-
2
Options
View file @ 54547924
Show full file
@@ -12,6 +12,12 @@
"name"
:
"Benoit Blanchon"
,
"url"
:
"http://blog.benoitblanchon.fr"
},
"exclude"
:
[
"scripts"
,
"test"
,
"third-party"
,
"src/ArduinoJson.h"
],
"frameworks"
:
"arduino"
,
"platforms"
:
"atmelavr"
}
\ No newline at end of file
"platforms"
:
"*"
}
Menu
Explore
Projects
Groups
Snippets