Skip to content

Commit

Permalink
only ignore contracts/src
Browse files Browse the repository at this point in the history
  • Loading branch information
martyall committed Jan 2, 2025
1 parent 582ddcb commit 61cec8e
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/output/
/generated-docs/
/.psa*
/contracts/
/contracts/src
package-lock.json
/.spago/
.vscode
Expand Down
12 changes: 12 additions & 0 deletions contracts/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@

bower_components/
node_modules/
.pulp-cache/
output/
output-es/
generated-docs/
.psc-package/
.psc*
.purs*
.psa*
.spago
33 changes: 33 additions & 0 deletions contracts/spago.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
package:
name: contracts
dependencies:
- web3
workspace:
extraPackages:
eth-core:
git: https://github.com/f-o-a-m/purescript-eth-core
ref: 3db27d22f738498a1e4263f537cd25279fc88088
coroutine-transducers:
dependencies:
- aff
- console
- coroutines
- effect
- either
- foldable-traversable
- freet
- functors
- maybe
- newtype
- parallel
- prelude
- psci-support
- tailrec
- transformers
- tuples
git: https://github.com/martyall/purescript-coroutine-transducers
ref: v1.0.0
web3:
git: https://github.com/f-o-a-m/purescript-web3.git
ref: bd87cd18adb863cfccdfe5ff263a129c02f1c8c2

0 comments on commit 61cec8e

Please sign in to comment.