Explorar el Código

Add /Scripts/ to the list of ignored patterns

Virtualenv uses /Scripts/ instead of /bin/ on Windows, add it
to the .gitignore file.
tags/v0.4.0
Krzysztof Klimonda hace 12 años
padre
commit
0f87943805
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      .gitignore

+ 1
- 0
.gitignore Ver fichero

@@ -3,6 +3,7 @@
/lib/
/include/
/local
/Scripts/

# pip
/pip-log.txt


Cargando…
Cancelar
Guardar