-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
57 lines (39 loc) · 1.06 KB
/
.gitignore
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
# Salesforce DX specific files
.sf/
# Salesforce DX project-specific directory (contains auth files, project data, etc.)
.sfdx/
# JetBrains IDEs (e.g., IntelliJ IDEA) project files
.idea/
# Visual Studio Code project files
.vscode/
# npm lock file (if you're using npm)
package-lock.json
# Node.js dependencies
node_modules/
# Test results generated by Salesforce CLI or tests
test-results/
# Code coverage results
coverage/
# Forceignore files (sometimes used to specify metadata files to ignore in deployments)
.forceignore
# Environment variables file (should not be committed if it contains sensitive info)
.env
# Log files generated by the CLI or local dev tools
*.log
# Backup files created by text editors or IDEs
*.bak
# Swap files created by text editors or IDEs
*.swp
# Swap files created by text editors or IDEs
*.swo
# Temporary, local, or system-specific files
# macOS-specific file
.DS_Store
# Windows-specific file
Thumbs.db
# Temporary files
*.tmp
# Backup files created by text editors or IDEs
*.bak
# Swap files created by text editors or IDEs
*.swp