Skip to content

Commit acd545a

Browse files
Initialize subgraph
1 parent da112ca commit acd545a

File tree

11 files changed

+907
-0
lines changed

11 files changed

+907
-0
lines changed

graph_eg_test1/.gitignore

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# Graph CLI generated artifacts
2+
build/
3+
generated/
4+
5+
# Dependency directories
6+
node_modules/
7+
jspm_packages/
8+
9+
# Logs
10+
logs
11+
*.log
12+
npm-debug.log*
13+
yarn-debug.log*
14+
yarn-error.log*
15+
16+
# Optional npm cache directory
17+
.npm
18+
19+
# Optional eslint cache
20+
.eslintcache
21+
22+
# dotenv environment variables file
23+
.env
24+
25+
# Testing
26+
coverage
27+
coverage.json
28+
29+
# Typechain
30+
typechain
31+
typechain-types
32+
33+
# Hardhat files
34+
cache

0 commit comments

Comments
 (0)