This website works better with JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
npm
/
react-native-navigation
Seguir
11
Destacar
0
Cuchillo
0
Código
Incidencias
0
Peticiones pull
0
Lanzamientos
0
Wiki
Activity
Explorar el Código
watchmanconfig
Daniel Zlotin
hace 8 años
padre
49bf6cd32c
commit
5c21314125
Se han
modificado 1 ficheros
con
6 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
6
0
.watchmanconfig
+ 6
- 0
.watchmanconfig
Ver fichero
@@ -0,0 +1,6 @@
1
+{
2
+ "ignore_dirs": [
3
+ ".git",
4
+ "node_modules"
5
+ ]
6
+}