File tree Expand file tree Collapse file tree 1 file changed +48
-0
lines changed Expand file tree Collapse file tree 1 file changed +48
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Operating System files
2
+ .DS_Store
3
+ Thumbs.db
4
+
5
+ # Visual Studio and VS Code files
6
+ .vscode/*
7
+ .vs/*
8
+ log/
9
+ obj/
10
+
11
+ # APEX and OPS Files
12
+ .migrationtemp
13
+ .openpublishing.buildcore.ps1
14
+ .optemp/
15
+ _repo.*/
16
+ _site/
17
+ _themes*/
18
+ _themes.MSDN.Modern/
19
+ _themes.VS.Modern/
20
+ articles/directories.txt
21
+ AzureMigration.ps1
22
+
23
+ !/.vscode/extensions.json
24
+ .gitignore
25
+ **/.vscode/settings.json
26
+ *.pdn
27
+
28
+ # Pycharm
29
+ .idea/*
30
+ articles/planetary-computer/doc-tree-generator.py
31
+ .gitignore
32
+ articles/planetary-computer/article_links_diagram.md
33
+ articles/planetary-computer/index_helper.py
34
+ articles/planetary-computer/metadata_index.csv
35
+ articles/planetary-computer/broken_link_checker.py
36
+ articles/planetary-computer/broken_links_external.csv
37
+ articles/planetary-computer/broken_links.csv
38
+ articles/planetary-computer/check_orphaned_docs.py
39
+
40
+ # Python cache files
41
+ *.pyc
42
+ __pycache__/
43
+ articles/planetary-computer/interesting_stats.py
44
+ articles/planetary-computer/locate_text.py
45
+ articles/planetary-computer/image_syntax_checker.py
46
+ articles/planetary-computer/image-file-fixer.py
47
+ articles/planetary-computer/orphaned-media.py
48
+ articles/planetary-computer/orphaned_media_files.txt
You can’t perform that action at this time.
0 commit comments