mirror of
https://github.com/jlu5/PyLink.git
synced 2025-01-12 13:12:36 +01:00
.gitignore: ignore .idea/ due to PyCharm (#492)
* PyCharm keeps state inside of .idea/ which may contain sensitive information
This commit is contained in:
parent
f53969a4b2
commit
79d66ad94d
1
.gitignore
vendored
1
.gitignore
vendored
@ -9,6 +9,7 @@
|
|||||||
env/
|
env/
|
||||||
build/
|
build/
|
||||||
__pycache__/
|
__pycache__/
|
||||||
|
.idea/
|
||||||
*.py[cod]
|
*.py[cod]
|
||||||
*.bak
|
*.bak
|
||||||
*~
|
*~
|
||||||
|
Loading…
Reference in New Issue
Block a user