Skip to content

Commit 4c1d177

Browse files
committed
Updated .gitignore (only to ignore files generated by new tutorial)
1 parent 6cf9a44 commit 4c1d177

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.gitignore

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
2-
31
.vscode
42
.idea
53
.DS_Store
@@ -172,3 +170,10 @@ examples/integrations/*.out
172170
/.obsidian/core-plugins-migration.json
173171
/.obsidian/hotkeys.json
174172
/.obsidian/workspace.json
173+
174+
# Ignore generated tutorial files
175+
examples/tutorials/z_other_tutorials/json_io/04_simple_layer_stack.py
176+
examples/tutorials/z_other_tutorials/json_io/fault_scalar_field.png
177+
examples/tutorials/z_other_tutorials/json_io/initial_model_y.png
178+
examples/tutorials/z_other_tutorials/json_io/model_with_data.png
179+
examples/tutorials/z_other_tutorials/json_io/multiple_series_faults_computed.json

0 commit comments

Comments
 (0)