-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
55 lines (47 loc) · 1.48 KB
/
Copy path.gitignore
File metadata and controls
55 lines (47 loc) · 1.48 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
node_modules/
dist/
bin-standalone/
*.tsbuildinfo
# ── Variáveis de ambiente e segredos ─────────────────────────────────
.env
.env.*
!.env.example
*.env.local
*.env.production
*.env.staging
# ── Arquivos de perfil com credenciais (NeoCode) ─────────────────────
.openclaude-profile.json
.neocode-profile.json
*-profile.json
*.profile.json
# ── Chaves e certificados ─────────────────────────────────────────────
*.pem
*.key
*.p12
*.pfx
*.cert
secrets.json
credentials.json
auth.json
# ── Relatórios, logs e temporários ───────────────────────────────────
reports/
coverage/
*.log
*.tsbuildinfo
tmp_*.txt
temp_*.txt
*.tmp
.DS_Store
# ── Arquivos de configuração de ferramentas do agente ────────────────
GEMINI.md
/.claude
package-lock.json
# ── Workspace local do NeoCode (skills, rules, commands) ────────────
.neo/
# ── Python: dependências locais e cache ─────────────────────────────
.pydeps/
__pycache__/
*.pyc
# ── Artefatos do Windows ────────────────────────────────────────────
nul
Thumbs.db