Skip to content

Commit

Permalink
feat: cursorrules
Browse files Browse the repository at this point in the history
  • Loading branch information
joepegler committed Mar 3, 2025
1 parent dc2c412 commit 8689276
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
14 changes: 14 additions & 0 deletions .cursorrules
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Ignore node_modules
node_modules/

# Ignore build artifacts
dist/
build/

# Ignore large data files
*.csv
*.json
.data

# Include specific directories that might otherwise be excluded
!src/important-directory/
3 changes: 2 additions & 1 deletion typedoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"exclude": [
"src/sdk/account/utils/**/*.ts",
"src/sdk/__contracts/**/*.ts",
"src/test/**/*.ts"
"src/test/**/*.ts",
"src/sdk/constants/tokens/**/*.ts"
],
"basePath": "src/sdk",
"includes": "src/sdk",
Expand Down

0 comments on commit 8689276

Please sign in to comment.