We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d75259e + 0111f8a commit 30480b7Copy full SHA for 30480b7
.gitignore
@@ -44,6 +44,7 @@ dlldata.c
44
project.lock.json
45
project.fragment.lock.json
46
artifacts/
47
+!/artifacts/readme.md
48
49
*_i.c
50
*_p.c
@@ -258,4 +259,4 @@ paket-files/
258
259
260
# Python Tools for Visual Studio (PTVS)
261
__pycache__/
-*.pyc
262
+*.pyc
artifacts/readme.md
@@ -0,0 +1 @@
1
+Dummy file to ensure this directory is available after cloning
0 commit comments