Skip to content

Commit

Permalink
Initialize subgraph
Browse files Browse the repository at this point in the history
  • Loading branch information
bashybaranaba committed Jan 1, 2025
1 parent c485d0e commit 377ba57
Show file tree
Hide file tree
Showing 11 changed files with 1,514 additions and 0 deletions.
34 changes: 34 additions & 0 deletions graph/abraham/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# Graph CLI generated artifacts
build/
generated/

# Dependency directories
node_modules/
jspm_packages/

# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Optional npm cache directory
.npm

# Optional eslint cache
.eslintcache

# dotenv environment variables file
.env

# Testing
coverage
coverage.json

# Typechain
typechain
typechain-types

# Hardhat files
cache
Loading

0 comments on commit 377ba57

Please sign in to comment.