Skip to content

Commit 90b6778

Browse files
committed
common: Add folder with common exercise's files
Create a folder to hold files that are common to all exercises. - Add `common` folder to ignore section of `config.json`. - Add `stack.yaml` to the new folder.
1 parent adc5c59 commit 90b6778

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

common/stack.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
resolver: lts-7.9

config.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -439,6 +439,7 @@
439439
"trinary"
440440
],
441441
"ignored": [
442+
"common",
442443
"docs",
443444
"img"
444445
],

0 commit comments

Comments
 (0)