-
Notifications
You must be signed in to change notification settings - Fork 53
Expand file tree
/
Copy path.gitignore
More file actions
119 lines (102 loc) · 2.16 KB
/
Copy path.gitignore
File metadata and controls
119 lines (102 loc) · 2.16 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
# ─────────────────────────────────────────────────────────────────────────────
# SECURITY: never commit secrets or local configuration
# ─────────────────────────────────────────────────────────────────────────────
autoar.yaml
# Environment / secret files — all variants
.env
.env.*
!.env.example
!env.example
*.env
*.log
*.pid
# Results directory
new-results/
web-data/
# Python cache
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
env/
venv/
.venv/
# IDE files
.vscode/
.idea/
*.swp
*.swo
# OS files
.DS_Store
Thumbs.db
# Temporary files
*.tmp
*.temp
*.bak
*.backup
# Database files
*.db
*.sqlite
*.sqlite3
# API logs
api.log
autoar_api.log
autoar-bot.log
autoAR.log
logs/
# Service files
*.service
# Test files and directories
test-*
*test*
!*_test.go
!tests/
!tests/ui/
!tests/ui/*.test.js
tmp_*
# Secrets and API keys (but allow keyhack module and scripts)
*secret**
*key**
!internal/modules/gobot/keyhack_api.go
!internal/api/keyhack_api.go
!internal/bot/commands_keyhack_monitor_status.go
!internal/api/ui/pages/keyhacks.js
!modules/keyhack.sh
!scripts/*.sh
*token*
*webhook*
!internal/utils/webhook.go
# Generated files
generate_from_env.sh
.cache/
# External dependencies
# nuclei_templates/ # Now using as submodule
# Wordlists/ # Now using as submodule
keyhack_templates/ # Cloned in Docker from KeysKit repo
*.txt
!internal/api/ui/adbauditor/robots.txt
!internal/api/jwt_secrets.txt
# Exclude all markdown files except README.md
*.md
!README.md
!docs/**/*.md
!internal/api/ui/adbauditor/docs/
# Allow nuclei-templates markdown files (submodule)
!nuclei_templates/**/*.md
# Allow gomodules README files
!gomodules/**/README.md
# Compiled binaries (but allow source files)
/autoar
autoar.exe
all-roots.txt
roots.txt
# Note: .env already covered above — kept here for clarity
.evn.example
.sql.gz
autoar
.db-shm
.db-wal
/backups/
nuclei-templates/
Rules.ymlsupabase_export.sql