-
Notifications
You must be signed in to change notification settings - Fork 329
Expand file tree
/
Copy path.gitignore
More file actions
58 lines (44 loc) · 1.01 KB
/
.gitignore
File metadata and controls
58 lines (44 loc) · 1.01 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
57
58
# Generated by Cargo
# will have compiled files and executables
**/target/
.cargo_check
# snapshot testing with the 'insta' crate
*.pending-snap
# These are backup files generated by rustfmt
**/*.rs.bk
# Data file for apollo-federation profiling with `xtask fed-flame`
/profile.json
# IDE
.idea
*.iml
.vscode
# Docs
/docs/node_modules/
/docs/.cache/
/docs/public
# Prevent accidental commits of router.yaml in the root
/router.yaml
/jaeger/
# Previous git submodules
dockerfiles/federation-demo
dockerfiles/federation2-demo
# macOS
.DS_Store
# dhat
dhat-heap.json
# env file
.env
# generated fuzz/ files
fuzz/crash-*
fuzz/slow-unit-*
fuzz/timeout-*
.config/mise/mise.local.toml
# Temporary skills checkout directory for GitHub Copilot setup
.tmp/
# Installed via Github Copilot Setup Steps, should not be committed
.agents/skills/rust-best-practices
.github/instructions/docs.instructions.md
.github/skills/rust-best-practices
# Cursor plan docs and skills (local IDE configuration)
.cursor/plan-docs/
.cursor/skills/