Explorar el Código

add build and dist directories to gitignore

oz123 hace 11 años
padre
commit
7b619ef880
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      .gitignore

+ 2 - 0
.gitignore

@@ -1 +1,3 @@
 *.pyc
+build/*
+dist/*