forked from ydb-platform/ydb
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.cursorindexingignore-personal
More file actions
39 lines (34 loc) · 991 Bytes
/
Copy path.cursorindexingignore-personal
File metadata and controls
39 lines (34 loc) · 991 Bytes
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
# This file contains cursorindexingignore rules for accounts where
# the indexing limit is lower than the project size.
#
# If you hit the Cursor indexing file limit, create a symlink:
# ln -sf .cursorindexingignore-personal .cursorindexingignore
# .cpp/.cc/.c files from library/util implementation directories are excluded from indexing.
# .h/.hpp files are kept so the agent can see types and interfaces.
/library/**/*.cpp
/library/**/*.cc
/library/**/*.c
/util/**/*.cpp
/util/**/*.cc
/util/**/*.c
# Go dependencies
/contrib/go/
/vendor/
# Python dependencies, exclude files with extension only for prevent ignore directories
# and allow return some dependencies to index with ! pattern
/contrib/python/**/*.*
!/contrib/python/ydb/**
# Large dependencies
/contrib/libs/llvm16/
/contrib/tools/
/contrib/libs/linux-headers/
/contrib/restricted/grpc_py2/
/contrib/libs/cxxsupp/
/contrib/restricted/boost/
# Test and temporary files
**/canondata/
*.yqls
*.result
*.out
*.err
*.report