Skip to content

Commit

Permalink
Update .gitignore (#14609)
Browse files Browse the repository at this point in the history
  • Loading branch information
lmazuel authored Oct 19, 2020
1 parent 5eac660 commit 9e91077
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ __pycache__/
# Virtual environment
env*/

# Codespace virtual environment
pythonenv*/

# PTVS analysis
.ptvs/

Expand Down Expand Up @@ -96,4 +99,4 @@ sdk/storage/azure-storage-file-datalake/tests/settings_real.py
sdk/cosmos/azure-cosmos/test/test_config.py

# temp path to to run regression test
.tmp_code_path/
.tmp_code_path/

0 comments on commit 9e91077

Please sign in to comment.