mirror of
https://github.com/isledecomp/isle-portable.git
synced 2025-02-16 11:40:32 -05:00
update .gitignore [skip ci]
ignore jetbrains IDE settings ignore python venvs
This commit is contained in:
parent
a01bcf5241
commit
9aadb0faeb
1 changed files with 9 additions and 0 deletions
9
.gitignore
vendored
9
.gitignore
vendored
|
@ -3,6 +3,15 @@ Release/
|
|||
*.ncb
|
||||
/.vs
|
||||
/.vscode
|
||||
/.idea
|
||||
.env
|
||||
.venv
|
||||
env/
|
||||
venv/
|
||||
ENV/
|
||||
VENV/
|
||||
env.bak/
|
||||
venv.bak/
|
||||
ISLE.EXE
|
||||
LEGO1.DLL
|
||||
build/
|
||||
|
|
Loading…
Reference in a new issue