mirror of https://github.com/databricks/cli.git
add .idea to .gitignore (#2375)
## Changes 1. add ".idea" entry to ".gitgnore" ## Tests 1. manually checked that with this change files under .idea/ folder are not staged for commit
This commit is contained in:
parent
764142978c
commit
0eeb3ca647
|
@ -25,6 +25,7 @@ coverage-acceptance.txt
|
||||||
__pycache__
|
__pycache__
|
||||||
*.pyc
|
*.pyc
|
||||||
|
|
||||||
|
.idea
|
||||||
.vscode/launch.json
|
.vscode/launch.json
|
||||||
.vscode/tasks.json
|
.vscode/tasks.json
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue