-
Notifications
You must be signed in to change notification settings - Fork 229
Expand file tree
/
Copy path.cursorignore
More file actions
56 lines (48 loc) · 1.09 KB
/
.cursorignore
File metadata and controls
56 lines (48 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
# .cursorignore
#
# ## .cursorignore Syntax Exmaple
# It's generally close to .gitignore syntax with. Examples:
# config.json # Specific file
# dist/ # Directory
# *.log # File extension
# **/logs # Nested directories
# !app/ # Exclude from ignore (negate)
#
# -----------------------------------------------------------------
# Files in the .gitignore are ignored by default.
# To intentionally NOT ignore patterns from .gitignore, uncomment the following:
# !.gitignore
# Additional patterns specific to Cursor
.env*
**/credentials/*
**/secrets/*
private/
confidential/
# Large binary files and datasets
*.bin
*.dat
*.db
*.sqlite
*.sqlite3
# Exclude large generated files
node_modules/
dist/
.cache/
# -----------------------------------------------------------------
# Custom Nibiru ignore files
# -----------------------------------------------------------------
# Keep these for sure.
# x/evm/
# x/sudo/
# x/tokenfactory/
# DON'T ignore out.txt
!out.txt
# Boilerplate
# *.pb.go
api/*
# Stick to EVM
x/devgas/*
x/epochs/*
x/genmsg/*
x/inflation/*
# x/oracle/*