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
|
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/
|
||||||
|
|
Loading…
Reference in New Issue