-
Notifications
You must be signed in to change notification settings - Fork 58
Expand file tree
/
Copy path.gitignore
More file actions
53 lines (40 loc) · 784 Bytes
/
.gitignore
File metadata and controls
53 lines (40 loc) · 784 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
# Generated by Cargo
# will have compiled files and executables
/target/
**/target/**
**/Cargo.lock
# These are backup files generated by rustfmt
**/*.rs.bk
# DS_Store for MacOS Finder
**.DS_Store
# Build artifacts
dist/**
# Playwright E2E Test Results
tests/e2e/test-results/**
tests/e2e/playwright-report/**
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
# Test binary, build with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
# Profile output
.stats/**
# Credentials
.creds/**
implants/imix/imix-test-config.json
.tavern-auth
implants/golem/embed_files_golem_prod/*
!implants/golem/embed_files_golem_prod/.gitkeep
# Profiling
.pprof/
.venv
*.tfvars
node_modules/
.env
.envrc
bin/socks5/socks5-cli