This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
LBP
/
netbox
espejo de
https://github.com/netbox-community/netbox.git
Seguir
2
Destacar
0
Fork
0
Archivos
Incidencias
0
Wiki
Explorar el Código
Corrected regex to ignore shell files in root dir
Jeremy Stretch
hace 9 años
padre
df01947c9e
commit
9aa0972a8c
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Mostrar estadísticas de diff
1
1
.gitignore
+ 1
- 1
.gitignore
Ver fichero
@@ -1,6 +1,6 @@
*.pyc
configuration.py
.idea
-
.
/*.sh
+/*.sh
fabfile.py