mirror of
https://github.com/isledecomp/isle-portable.git
synced 2025-09-28 07:03:06 -04:00
update .gitignore [skip ci]
ignore jetbrains IDE settings ignore python venvs
This commit is contained in:
parent
a01bcf5241
commit
9aadb0faeb
9
.gitignore
vendored
9
.gitignore
vendored
@ -3,6 +3,15 @@ Release/
|
|||||||
*.ncb
|
*.ncb
|
||||||
/.vs
|
/.vs
|
||||||
/.vscode
|
/.vscode
|
||||||
|
/.idea
|
||||||
|
.env
|
||||||
|
.venv
|
||||||
|
env/
|
||||||
|
venv/
|
||||||
|
ENV/
|
||||||
|
VENV/
|
||||||
|
env.bak/
|
||||||
|
venv.bak/
|
||||||
ISLE.EXE
|
ISLE.EXE
|
||||||
LEGO1.DLL
|
LEGO1.DLL
|
||||||
build/
|
build/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user