This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
torabkheslat
/
example-voting-app
Seguir
1
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Explorar o código
ignore node_modules in git and docker build
Bret Fisher
%!s(int64=5) %!d(string=hai) anos
pai
1cea6e5bb0
achega
4350dd6738
Modificáronse 2 ficheiros
con
3 adicións
e
1 borrados
Dividir vista
Mostrar estatísticas de Diff
2
1
.gitignore
1
0
result/.dockerignore
+ 2
- 1
.gitignore
Ver ficheiro
@@ -2,4 +2,5 @@
project.lock.json
bin/
obj/
-.vs/
+.vs/
+node_modules/
+ 1
- 0
result/.dockerignore
Ver ficheiro
@@ -0,0 +1 @@
+node_modules/