Skip to content

Commit 16457b6

Browse files
committed
Fix the .gitignore
1 parent 62114b4 commit 16457b6

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

.gitignore

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Operating System files
2+
.DS_Store
3+
Thumbs.db
4+
5+
log/
6+
obj/
7+
_site/
8+
.optemp/
9+
_themes*/
10+
_repo.*/
11+
12+
.openpublishing.buildcore.ps1
13+
14+
.vscode/
15+
16+
*sec.endpointdlp
17+
18+
# CoPilot instructions and prompts
19+
.github/copilot-instructions.md
20+
.github/prompts/*.md
21+
.github/prompts/*.zip
22+
.github/patterns/*.md
23+
24+
articles/ai-foundry/includes/get-started-fdp.md
25+
articles/ai-foundry/toc-files/setup-management/toc.yml

0 commit comments

Comments
 (0)