Skip to content

Commit

Permalink
chore: Remove LFS tracking for JSON and txt files
Browse files Browse the repository at this point in the history
  • Loading branch information
jfmcquade committed Oct 3, 2024
1 parent ef97dd5 commit ec673f5
Show file tree
Hide file tree
Showing 58 changed files with 8,906 additions and 173 deletions.
2 changes: 0 additions & 2 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
*.mp3 filter=lfs diff=lfs merge=lfs -text
*.svg filter=lfs diff=lfs merge=lfs -text
*.wav filter=lfs diff=lfs merge=lfs -text
*.json filter=lfs diff=lfs merge=lfs -text
*.pdf filter=lfs diff=lfs merge=lfs -text
*.txt filter=lfs diff=lfs merge=lfs -text
*.mp4 filter=lfs diff=lfs merge=lfs -text
*.gif filter=lfs diff=lfs merge=lfs -text
*.pdn filter=lfs diff=lfs merge=lfs -text
Expand Down
42 changes: 39 additions & 3 deletions app_data/sheets/template/debug/w_example_talk_together.json
Git LFS file not shown
181 changes: 178 additions & 3 deletions app_data/sheets/template/debug/w_example_tools.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,178 @@
version https://git-lfs.github.com/spec/v1
oid sha256:218043b610c29fd670fbaa4c4b4acd2e1c7fb157e61eec220d5303c501a88418
size 5319
{
"flow_type": "template",
"flow_subtype": "debug",
"flow_name": "w_example_tools",
"status": "released",
"rows": [
{
"type": "template",
"name": "box_tools",
"value": "box_tools",
"action_list": [
{
"trigger": "completed",
"action_id": "emit",
"args": [
"completed"
],
"_raw": "completed | emit:completed",
"_cleaned": "completed | emit:completed"
}
],
"exclude_from_translation": true,
"rows": [
{
"type": "title",
"name": "tools_title",
"value": "Example Workshop",
"_translations": {
"value": {}
},
"exclude_from_translation": true,
"_nested_name": "box_tools.tools_title"
},
{
"type": "nested_properties",
"name": "tool_1",
"exclude_from_translation": true,
"rows": [
{
"name": "title",
"value": "First tool",
"_translations": {
"value": {}
},
"exclude_from_translation": true,
"type": "set_variable",
"_nested_name": "box_tools.tool_1.title"
},
{
"name": "text_1",
"value": "Text describing the first tool.",
"_translations": {
"value": {}
},
"exclude_from_translation": true,
"type": "set_variable",
"_nested_name": "box_tools.tool_1.text_1"
},
{
"name": "button",
"value": "Button",
"_translations": {
"value": {}
},
"hidden": false,
"exclude_from_translation": true,
"type": "set_variable",
"_nested_name": "box_tools.tool_1.button"
}
],
"_nested_name": "box_tools.tool_1"
},
{
"type": "nested_properties",
"name": "tool_2",
"exclude_from_translation": true,
"rows": [
{
"name": "title",
"value": "Second tool",
"_translations": {
"value": {}
},
"exclude_from_translation": true,
"type": "set_variable",
"_nested_name": "box_tools.tool_2.title"
},
{
"name": "subtitle_1",
"value": "Subtitle 1",
"_translations": {
"value": {}
},
"hidden": false,
"exclude_from_translation": true,
"type": "set_variable",
"_nested_name": "box_tools.tool_2.subtitle_1"
},
{
"name": "text_1",
"value": "Some text.",
"_translations": {
"value": {}
},
"exclude_from_translation": true,
"type": "set_variable",
"_nested_name": "box_tools.tool_2.text_1"
},
{
"name": "subtitle_2",
"value": "Subtitle 2",
"_translations": {
"value": {}
},
"hidden": false,
"exclude_from_translation": true,
"type": "set_variable",
"_nested_name": "box_tools.tool_2.subtitle_2"
},
{
"name": "text_2",
"value": "More text.",
"_translations": {
"value": {}
},
"hidden": false,
"exclude_from_translation": true,
"type": "set_variable",
"_nested_name": "box_tools.tool_2.text_2"
}
],
"_nested_name": "box_tools.tool_2"
},
{
"type": "nested_properties",
"name": "tool_3",
"exclude_from_translation": true,
"rows": [
{
"name": "title",
"value": "Third tool",
"_translations": {
"value": {}
},
"exclude_from_translation": true,
"type": "set_variable",
"_nested_name": "box_tools.tool_3.title"
},
{
"name": "text_1",
"value": "Text describing the third tool.",
"_translations": {
"value": {}
},
"exclude_from_translation": true,
"type": "set_variable",
"_nested_name": "box_tools.tool_3.text_1"
},
{
"name": "image",
"value": "plh_images/modules/mod_instruct/thought_experiment/te_1.svg",
"_translations": {
"value": {}
},
"hidden": false,
"exclude_from_translation": true,
"type": "set_variable",
"_nested_name": "box_tools.tool_3.image"
}
],
"_nested_name": "box_tools.tool_3"
}
],
"_nested_name": "box_tools"
}
],
"_xlsxPath": "example_sheets/to_be_sorted/example_workshop.xlsx"
}
48 changes: 45 additions & 3 deletions app_data/sheets/template/debug/w_example_tools_activity.json
Git LFS file not shown
58 changes: 55 additions & 3 deletions app_data/sheets/template/debug/w_example_welcome_together.json
Git LFS file not shown
Loading

0 comments on commit ec673f5

Please sign in to comment.