Sfoglia il codice sorgente

.gitignore: added logs/ and *.pid

Stefan Kloepping 10 anni fa
parent
commit
e171ded7a9
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      .gitignore

+ 2 - 0
.gitignore

@@ -1,3 +1,5 @@
 *.sqlite
+*.pid
 *.pyc
 build/
+logs/