Skip to content

Commit 30480b7

Browse files
Merge pull request #1 from GregorBiswanger/master
Update .gitignore
2 parents d75259e + 0111f8a commit 30480b7

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ dlldata.c
4444
project.lock.json
4545
project.fragment.lock.json
4646
artifacts/
47+
!/artifacts/readme.md
4748

4849
*_i.c
4950
*_p.c
@@ -258,4 +259,4 @@ paket-files/
258259

259260
# Python Tools for Visual Studio (PTVS)
260261
__pycache__/
261-
*.pyc
262+
*.pyc

artifacts/readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Dummy file to ensure this directory is available after cloning

0 commit comments

Comments
 (0)