Explorar el Código

add .idea/ to gitignore, so PyCharm stuff does not get accidentally added/committed

Thomas Waldmann hace 10 años
padre
commit
0e5ef376bf
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      .gitignore

+ 1 - 0
.gitignore

@@ -11,3 +11,4 @@ chunker.c
 *.pyo
 *.so
 docs/usage/*.inc
+.idea/