-
Notifications
You must be signed in to change notification settings - Fork 5k
Expand file tree
/
Copy path.gitignore
More file actions
55 lines (49 loc) · 768 Bytes
/
.gitignore
File metadata and controls
55 lines (49 loc) · 768 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# Directories
/.vagrant
/.idea
/.vscode
/build
/*/*.template*.json
**/html_docs
*beat/fields.yml
*beat/_meta/kibana.generated
*beat/build
*beat/logs
*beat/data
**/ironbank/build/
x-pack/otel/distributions/beats-otel-collector/_build
# Files
.DS_Store
/beats.iml
*.dev.yml
*.generated.yml
coverage.out
docker.env
beat.db
*.keystore
go_env.properties
mage_output_file.go
x-pack/dockerlogbeat/temproot.tar
# Editor swap files
*.swp
*.swo
*.swn
# Compiled Object files, Static and Dynamic libs (Shared Objects)
*.o
*.a
*.so
*.exe
*.test
*.prof
*.pyc
# Terraform
*.terraform
*.tfstate*
# AI agent config (copy AGENTS.md to your agent-specific instructions file)
/.claude
/.cursor
/.gemini
CLAUDE.md
GEMINI.md
# Files generated with the bump version automations
*.bck