Skip to content

Commit

Permalink
Add a .meta/config.json file for all concepts found in the track's …
Browse files Browse the repository at this point in the history
…`config.json` file containing: (#165)

- A `blurb` key, which value is copied from the `config.json` file and removed from the `config.json` file
- An `authors` key, the value of which is an empty array
- A `contributors` key, the value of which is an empty array
  • Loading branch information
ErikSchierboom authored Jul 2, 2021
1 parent e9a41b7 commit 317f893
Show file tree
Hide file tree
Showing 52 changed files with 310 additions and 102 deletions.
5 changes: 5 additions & 0 deletions concepts/abstract-types/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"blurb": "TODO: add blurb for abstract types concept",
"authors": [],
"contributors": []
}
5 changes: 5 additions & 0 deletions concepts/array-comprehension/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"blurb": "TODO: add blurb for array comprehension concept",
"authors": [],
"contributors": []
}
5 changes: 5 additions & 0 deletions concepts/arrays/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"blurb": "TODO: add blurb for arrays concept",
"authors": [],
"contributors": []
}
5 changes: 5 additions & 0 deletions concepts/basics/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"blurb": "TODO: add blurb for basics concept",
"authors": [],
"contributors": []
}
5 changes: 5 additions & 0 deletions concepts/bit-manipulation/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"blurb": "TODO: add blurb for bit-manipulation concept",
"authors": [],
"contributors": []
}
7 changes: 7 additions & 0 deletions concepts/booleans/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"blurb": "TODO: add blurb for booleans concept",
"authors": [
"mfoda"
],
"contributors": []
}
5 changes: 5 additions & 0 deletions concepts/chars/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"blurb": "TODO: add blurb for chars concept",
"authors": [],
"contributors": []
}
5 changes: 5 additions & 0 deletions concepts/classes/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"blurb": "TODO: add blurb for classes concept",
"authors": [],
"contributors": []
}
5 changes: 5 additions & 0 deletions concepts/constructors/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"blurb": "TODO: add blurb for constructors concept",
"authors": [],
"contributors": []
}
5 changes: 5 additions & 0 deletions concepts/datetimes/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"blurb": "TODO: add blurb for datetimes concept",
"authors": [],
"contributors": []
}
5 changes: 5 additions & 0 deletions concepts/do-while-loops/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"blurb": "TODO: add blurb for do-while-loops concept",
"authors": [],
"contributors": []
}
5 changes: 5 additions & 0 deletions concepts/enums/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"blurb": "TODO: add blurb for enums concept",
"authors": [],
"contributors": []
}
5 changes: 5 additions & 0 deletions concepts/equality/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"blurb": "TODO: add blurb for equality concept",
"authors": [],
"contributors": []
}
5 changes: 5 additions & 0 deletions concepts/exceptions/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"blurb": "TODO: add blurb for exceptions concept",
"authors": [],
"contributors": []
}
5 changes: 5 additions & 0 deletions concepts/final/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"blurb": "TODO: add blurb for final concept",
"authors": [],
"contributors": []
}
5 changes: 5 additions & 0 deletions concepts/flag-enums/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"blurb": "TODO: add blurb for flag-enums concept",
"authors": [],
"contributors": []
}
5 changes: 5 additions & 0 deletions concepts/floating-point-numbers/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"blurb": "TODO: add blurb for floating-point-numbers concept",
"authors": [],
"contributors": []
}
5 changes: 5 additions & 0 deletions concepts/for-loops/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"blurb": "TODO: add blurb for for-loops concept",
"authors": [],
"contributors": []
}
5 changes: 5 additions & 0 deletions concepts/foreach-loops/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"blurb": "TODO: add blurb for foreach-loops concept",
"authors": [],
"contributors": []
}
5 changes: 5 additions & 0 deletions concepts/generic-types/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"blurb": "TODO: add blurb for generic-types concept",
"authors": [],
"contributors": []
}
5 changes: 5 additions & 0 deletions concepts/if-statements/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"blurb": "TODO: add blurb for if-statements concept",
"authors": [],
"contributors": []
}
5 changes: 5 additions & 0 deletions concepts/indexers/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"blurb": "TODO: add blurb for indexers concept",
"authors": [],
"contributors": []
}
5 changes: 5 additions & 0 deletions concepts/inheritance/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"blurb": "TODO: add blurb for inheritance concept",
"authors": [],
"contributors": []
}
5 changes: 5 additions & 0 deletions concepts/integral-numbers/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"blurb": "TODO: add blurb for integral-numbers concept",
"authors": [],
"contributors": []
}
5 changes: 5 additions & 0 deletions concepts/interfaces/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"blurb": "TODO: add blurb for interfaces concept",
"authors": [],
"contributors": []
}
5 changes: 5 additions & 0 deletions concepts/iterators/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"blurb": "TODO: add blurb for iterators concept",
"authors": [],
"contributors": []
}
5 changes: 5 additions & 0 deletions concepts/lambda/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"blurb": "TODO: add blurb for lambda concept",
"authors": [],
"contributors": []
}
5 changes: 5 additions & 0 deletions concepts/lists/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"blurb": "TODO: add blurb for lists concept",
"authors": [],
"contributors": []
}
5 changes: 5 additions & 0 deletions concepts/maps/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"blurb": "TODO: add blurb for maps concept",
"authors": [],
"contributors": []
}
5 changes: 5 additions & 0 deletions concepts/nullability/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"blurb": "TODO: add blurb for nullability concept",
"authors": [],
"contributors": []
}
5 changes: 5 additions & 0 deletions concepts/numbers/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"blurb": "TODO: add blurb for numbers concept",
"authors": [],
"contributors": []
}
5 changes: 5 additions & 0 deletions concepts/operator-overloading/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"blurb": "TODO: add blurb for operator-overloading concept",
"authors": [],
"contributors": []
}
5 changes: 5 additions & 0 deletions concepts/option-type/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"blurb": "TODO: add blurb for option type concept",
"authors": [],
"contributors": []
}
5 changes: 5 additions & 0 deletions concepts/optional-arguments/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"blurb": "TODO: add blurb for optional-arguments concept",
"authors": [],
"contributors": []
}
5 changes: 5 additions & 0 deletions concepts/pattern-matching/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"blurb": "TODO: add blurb for pattern-matching concept",
"authors": [],
"contributors": []
}
5 changes: 5 additions & 0 deletions concepts/properties/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"blurb": "TODO: add blurb for properties concept",
"authors": [],
"contributors": []
}
5 changes: 5 additions & 0 deletions concepts/randomness/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"blurb": "TODO: add blurb for randomness concept",
"authors": [],
"contributors": []
}
5 changes: 5 additions & 0 deletions concepts/reflection/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"blurb": "TODO: add blurb for reflection concept",
"authors": [],
"contributors": []
}
5 changes: 5 additions & 0 deletions concepts/regular-expressions/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"blurb": "TODO: add blurb for regular-expressions concept",
"authors": [],
"contributors": []
}
5 changes: 5 additions & 0 deletions concepts/rest-args/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"blurb": "TODO: add blurb for rest args concept",
"authors": [],
"contributors": []
}
5 changes: 5 additions & 0 deletions concepts/string-buffer/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"blurb": "TODO: add blurb for string-buffer concept",
"authors": [],
"contributors": []
}
5 changes: 5 additions & 0 deletions concepts/string-interpolation/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"blurb": "TODO: add blurb for string-interpolation concept",
"authors": [],
"contributors": []
}
7 changes: 7 additions & 0 deletions concepts/strings/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"blurb": "TODO: add blurb for strings concept",
"authors": [
"mfoda"
],
"contributors": []
}
5 changes: 5 additions & 0 deletions concepts/switch-expressions/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"blurb": "TODO: add blurb for switch-expressions concept",
"authors": [],
"contributors": []
}
5 changes: 5 additions & 0 deletions concepts/templates/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"blurb": "TODO: add blurb for templates concept",
"authors": [],
"contributors": []
}
5 changes: 5 additions & 0 deletions concepts/ternary-operators/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"blurb": "TODO: add blurb for ternary-operators concept",
"authors": [],
"contributors": []
}
5 changes: 5 additions & 0 deletions concepts/throw-expressions/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"blurb": "TODO: add blurb for throw-expressions concept",
"authors": [],
"contributors": []
}
5 changes: 5 additions & 0 deletions concepts/time/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"blurb": "TODO: add blurb for time concept",
"authors": [],
"contributors": []
}
5 changes: 5 additions & 0 deletions concepts/typedefs/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"blurb": "TODO: add blurb for typedefs concept",
"authors": [],
"contributors": []
}
5 changes: 5 additions & 0 deletions concepts/using-statements/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"blurb": "TODO: add blurb for using statements concept",
"authors": [],
"contributors": []
}
5 changes: 5 additions & 0 deletions concepts/while-loops/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"blurb": "TODO: add blurb for while-loops concept",
"authors": [],
"contributors": []
}
Loading

0 comments on commit 317f893

Please sign in to comment.