Skip to content

Commit

Permalink
chore: import sx-subgraph repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Sekhmet committed Feb 19, 2024
2 parents 827b7b3 + 70bc9a2 commit 88e1980
Show file tree
Hide file tree
Showing 15 changed files with 5,384 additions and 64 deletions.
14 changes: 14 additions & 0 deletions apps/subgraph-api/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
.DS_Store
node_modules
dist
build
.env
coverage

# Remove some common IDE working directories
.idea
.vscode
*.log

# TheGraph
generated
7 changes: 7 additions & 0 deletions apps/subgraph-api/.prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"semi": false,
"singleQuote": true,
"printWidth": 100,
"arrowParens": "always",
"trailingComma": "es5"
}
Loading

0 comments on commit 88e1980

Please sign in to comment.