Explorar el Código

update gitignore

pull/1/head
Alej hace 2 años
padre
commit
dab447a9a0
Se han modificado 1 ficheros con 6 adiciones y 2 borrados
  1. 6
    2
      .gitignore

+ 6
- 2
.gitignore Ver fichero

@@ -21,7 +21,11 @@ Thumbs.db
21 21
 uploads
22 22
 db
23 23
 **/node_modules
24
-**/plugins/*
24
+plugins/*
25 25
 
26 26
 # Env
27
-.env
27
+.env
28
+
29
+# Build files
30
+cvd-theme/build
31
+cvd-theme/screenshot.png

Loading…
Cancelar
Guardar