-
-
Notifications
You must be signed in to change notification settings - Fork 34
Expand file tree
/
Copy path.gitignore
More file actions
98 lines (77 loc) · 2.04 KB
/
Copy path.gitignore
File metadata and controls
98 lines (77 loc) · 2.04 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
# This file is used for Git repositories to specify intentionally untracked files that Git should ignore.
# If you are not using git, you can delete this file. For more information see: https://git-scm.com/docs/gitignore
# For useful gitignore templates see: https://github.com/github/gitignore
# Salesforce cache
.sf/
.sfdx/
.localdevserver/
deploy-options.json
# LWC VSCode autocomplete
**/lwc/jsconfig.json
# LWC Jest coverage reports
coverage/
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Dependency directories
node_modules/
# ApexPMD cache
.pmdCache
# Eslint cache
.eslintcache
# MacOS system files
.DS_Store
# Windows system files
Thumbs.db
ehthumbs.db
[Dd]esktop.ini
$RECYCLE.BIN/
# Local environment variables
.env
# Code analyzer reports
code-analyzer*.html
code-analyzer*.csv
code-analyzer*.json
# Template samples (should not be in repo root)
*.docx
*.xlsx
*.pptx
*.pdf
# Exception: the v1.91 chart-tag Word reference template lives in docs/
!docs/SurveyChartExample.docx
# Exception: Google Docs starter template (drop into Google Drive, open with Docs)
!docs/SurveyChartTemplate-Starter.docx
# Exception: v1.92 chart-engine showcase template (all 8 styles)
!docs/ChartEngineShowcase.docx
# AppExchange submission bundles (scan reports, PDFs, listing copy) — kept local-only, not in the public repo
docs/appexchange/
# Local triage/customer artifacts — never commit to the public repo
/AGENTS.md
/Triage Docs/
/outputs/
/scripts/triage-*.apex
/*.png
# Python scripts
*.py
# Exception: the python-docx builder for the chart Word reference template
!scripts/build-word-chart-template.py
# Python Salesforce Functions
**/__pycache__/
**/.venv/
**/venv/
# Husky internals (regenerated by npm install via prepare script)
.husky/_/
# Claude Code local state (ignore everything except shared, repo-level skills)
.claude/*
!.claude/skills/
# Playwright MCP cache
.playwright-mcp/
# Local screenshots
runner-after-*.png
# Confidential security reports — keep local only
Security Report*.html
# Local scratch / working files
.tmp/