Explorar el Código

.gitignore: renamed .python-venv to python-venv since hidden folder can't be sourced

aggstam hace 2 años
padre
commit
4aeea2b5cb
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .gitignore

+ 1 - 1
.gitignore

@@ -10,7 +10,7 @@
 .#*
 *.profraw
 *_original
-.python-venv
+python-venv
 
 /vendor/*
 /target/*