This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
VendorSoftware
/
supervisor
Segui
2
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Sfoglia il codice sorgente
Added .gitignore
Mike Naberezny
14 anni fa
parent
fbbd700247
commit
bf843254ba
1 ha cambiato i file
con
10 aggiunte
e
0 eliminazioni
Visualizzazione separata
Mostra Diff Stats
10
0
.gitignore
+ 10
- 0
.gitignore
Vedi File
@@ -0,0 +1,10 @@
+*~
+*.egg
+*.egg-info
+*.pyc
+*.pyo
+*.swp
+.DS_Store
+.coverage
+build/
+dist/