Core: more gitignore (#2249)

gitignore versioned venvs, prof output, appimagetool and sni downloads
This commit is contained in:
black-sliver 2023-10-02 20:17:34 +02:00 committed by GitHub
parent c7c94eebeb
commit e377068d1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

4
.gitignore vendored
View File

@ -33,11 +33,14 @@ setups
build build
bundle/components.wxs bundle/components.wxs
dist dist
/prof/
README.html README.html
.vs/ .vs/
EnemizerCLI/ EnemizerCLI/
/Players/ /Players/
/SNI/ /SNI/
/sni-*/
/appimagetool*
/host.yaml /host.yaml
/options.yaml /options.yaml
/config.yaml /config.yaml
@ -140,6 +143,7 @@ ipython_config.py
.venv* .venv*
env/ env/
venv/ venv/
/venv*/
ENV/ ENV/
env.bak/ env.bak/
venv.bak/ venv.bak/