Core: more gitignore (#2249)
gitignore versioned venvs, prof output, appimagetool and sni downloads
This commit is contained in:
parent
c7c94eebeb
commit
e377068d1f
|
@ -33,11 +33,14 @@ setups
|
|||
build
|
||||
bundle/components.wxs
|
||||
dist
|
||||
/prof/
|
||||
README.html
|
||||
.vs/
|
||||
EnemizerCLI/
|
||||
/Players/
|
||||
/SNI/
|
||||
/sni-*/
|
||||
/appimagetool*
|
||||
/host.yaml
|
||||
/options.yaml
|
||||
/config.yaml
|
||||
|
@ -140,6 +143,7 @@ ipython_config.py
|
|||
.venv*
|
||||
env/
|
||||
venv/
|
||||
/venv*/
|
||||
ENV/
|
||||
env.bak/
|
||||
venv.bak/
|
||||
|
|
Loading…
Reference in New Issue