Skip to content

Commit 9a87d3b

Browse files
Merge pull request #13 from devopsabcs-engineering/feature/2022-add-gitignore-entries
chore: add docs-hidden and Python venv entries to gitignore
2 parents 231cf3e + 8508cd8 commit 9a87d3b

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)