Skip to content
This repository was archived by the owner on Jan 27, 2024. It is now read-only.

Commit ccec575

Browse files
committed
add comments to .gitignore file
1 parent 4e4533e commit ccec575

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

.gitignore

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
1-
.idea/
1+
# Salesforce DX configuration files.
22
.sfdx/
3-
.vscode/
4-
*.iml
3+
4+
# IlluminatedCloud configuration files.
5+
.idea/
56
IlluminatedCloud/
7+
*.iml
8+
9+
# Visual Studio Code configuration files.
10+
.vscode/
11+
12+
# A temp directory where build scripts convert
13+
# source files to metadata format.
14+
mdapi/
15+
16+
# NPM cache directory.
617
node_modules/

0 commit comments

Comments
 (0)