Skip to content

Commit

Permalink
feat: initial commit, working simple contract
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotBraem committed Aug 23, 2022
1 parent 1ce2f5c commit 7db4093
Show file tree
Hide file tree
Showing 16 changed files with 2,157 additions and 0 deletions.
33 changes: 33 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# Developer note: near.gitignore will be renamed to .gitignore upon project creation
# dependencies
/node_modules
/neardev
/.pnp
.pnp.js
/out

#cache
.cache

#contracts
/target
out
notes

# testing
/coverage

# production
/dist

# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local

npm-debug.log*
yarn-debug.log*
yarn-error.log*
Loading

0 comments on commit 7db4093

Please sign in to comment.