chore: Update boilerplate gitignore (#22220)
Add __pycache__ to .gitignore file of the new app.
This commit is contained in:
parent
e71c5142cf
commit
173605fe2c
1 changed files with 2 additions and 1 deletions
|
|
@ -518,7 +518,8 @@ gitignore_template = """.DS_Store
|
|||
*.egg-info
|
||||
*.swp
|
||||
tags
|
||||
node_modules"""
|
||||
node_modules
|
||||
__pycache__"""
|
||||
|
||||
github_workflow_template = """
|
||||
name: CI
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue