This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
radu
/
Django-Hackathon-Starter
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Explorar el Código
.hgignore: Ignoring .pyc files and database files
David Leonard
hace 10 años
padre
7bd3db3841
commit
d999937beb
Se han
modificado 1 ficheros
con
5 adiciones
y
1 borrados
Dividir vista
Mostrar estadísticas de diff
5
1
.hgignore
+ 5
- 1
.hgignore
Ver fichero
@@ -1 +1,5 @@
-.DS_Store
+syntax: glob
+
+.DS_Store
+db.sqlite3
+*.pyc