Skip to content

Commit d030288

Browse files
authored
fix: add venv in the common gitignore patterns (#2445)
1 parent a53d14e commit d030288

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

server/aws-lsp-codewhisperer/src/shared/constants.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,4 +190,8 @@ export const COMMON_GITIGNORE_PATTERNS = [
190190
'**/.vercel/**',
191191
'**/node_repl_history',
192192
'**/php_errorlog',
193+
194+
// Python Specific
195+
'.venv',
196+
'venv',
193197
]

0 commit comments

Comments
 (0)