mirror of
https://github.com/kwsch/PKHeX
synced 2025-02-16 13:28:35 +00:00
Added Jetbrains and updated Python in gitignore (#3660)
This commit is contained in:
parent
c790212291
commit
c64efa4137
1 changed files with 13 additions and 1 deletions
14
.gitignore
vendored
14
.gitignore
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue