Added Jetbrains and updated Python in gitignore (#3660)

This commit is contained in:
RaigaX9 2022-11-27 17:57:10 -05:00 committed by GitHub
parent c790212291
commit c64efa4137
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

14
.gitignore vendored
View file

@ -169,6 +169,17 @@ UpgradeLog*.htm
App_Data/*.mdf
App_Data/*.ldf
# Local History for Visual Studio
.localhistory/
# Local History for Visual Studio Code
.history/
#################
## Jetbrains
#################
.idea/
*.sln.iml
#############
## Qt Creator
@ -220,7 +231,8 @@ pingme.txt
## Python
#############
*.py[co]
*.py[cod]
__pycache__/
# Packages
*.egg