Skip to content

Commit 5b721cb

Browse files
authored
Update .gitignore
1 parent 686e4a6 commit 5b721cb

File tree

1 file changed

+18
-5
lines changed

1 file changed

+18
-5
lines changed

.gitignore

+18-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,22 @@
1+
# Operating System files
2+
.DS_Store
3+
Thumbs.db
4+
5+
# Visual Studio and VS Code files
6+
.settings.json
7+
.vscode/*
8+
.vs/*
19
log/
210
obj/
3-
_site/
11+
12+
# APEX and OPS Files
13+
.migrationtemp
14+
.openpublishing.buildcore.ps1
415
.optemp/
5-
_themes*/
616
_repo.*/
7-
.vscode/
8-
9-
.openpublishing.buildcore.ps1
17+
_site/
18+
_themes*/
19+
_themes.MSDN.Modern/
20+
_themes.VS.Modern/
21+
articles/directories.txt
22+
AzureMigration.ps1

0 commit comments

Comments
 (0)