Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions .cursorignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Ignore everything
*
**/node_modules/**
**/build/**

# Don't ignore the subgraphs directory itself
!subgraphs/

# But ignore all its contents
subgraphs/*

# Except for the curve-finance directory and its contents
!subgraphs/curve-finance/
!subgraphs/curve-finance/**

# This pattern works by:
# 1. Ignoring everything (*)
# 2. Making an exception for the subgraphs directory (!subgraphs/)
# 3. Ignoring all contents of subgraphs (subgraphs/*)
# 4. Making an exception for curve-finance and its contents
Loading
Loading