This website works better with JavaScript
Home
Esplora
Registrati
Accedi
SongZihuan
/
GitIgnore
mirror da
https://github.com/github/gitignore.git
Segui
1
Vota
0
Forka
0
File
Problemi
0
Wiki
Sfoglia il codice sorgente
add .eggs/ directory to Python.gitignore
Stephan Kuschel
10 anni fa
parent
2500b4c80a
commit
8f8e4e79bd
1 ha cambiato i file
con
1 aggiunte
e
0 eliminazioni
Visualizzazione separata
Mostra Diff Stats
1
0
Python.gitignore
+ 1
- 0
Python.gitignore
Vedi File
@@ -13,6 +13,7 @@ develop-eggs/
dist/
downloads/
eggs/
+.eggs/
lib/
lib64/
parts/