Skip to content

Commit 8508cd8

Browse files
committed
chore: add docs-hidden and Python venv entries to gitignore AB#2022
1 parent 231cf3e commit 8508cd8

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.gitignore

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313

1414
# Hidden assets
1515
assets-hidden/
16+
docs-hidden/
1617

1718
# User-specific files (MonoDevelop/Xamarin Studio)
1819
*.userprefs
@@ -346,6 +347,15 @@ paket-files/
346347
**/__pycache__/
347348
*.pyc
348349

350+
# Python virtual environments
351+
.venv/
352+
venv/
353+
ENV/
354+
*.egg-info/
355+
dist/
356+
build/
357+
*.egg
358+
349359
# Cake - Uncomment if you are using it
350360
#tools/**
351361
#!tools/packages.config

0 commit comments

Comments
 (0)