This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
LBP
/
netbox
réplica de
https://github.com/netbox-community/netbox.git
Seguir
2
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Wiki
Explorar o código
Corrected regex to ignore shell files in root dir
Jeremy Stretch
%!s(int64=9) %!d(string=hai) anos
pai
df01947c9e
achega
9aa0972a8c
Modificáronse 1 ficheiros
con
1 adicións
e
1 borrados
Dividir vista
Mostrar estatísticas de Diff
1
1
.gitignore
+ 1
- 1
.gitignore
Ver ficheiro
@@ -1,6 +1,6 @@
*.pyc
configuration.py
.idea
-
.
/*.sh
+/*.sh
fabfile.py