Jelajahi Sumber

2020.03.03 / TC Hsu

Actions: Create .gitignore file in EVSE/rootfs/root folder to ignore
built modules that copy from Modularization folder. And delete those
module files.

Files:
       new file:   EVSE/rootfs/root/.gitignore
       deleted:    EVSE/rootfs/root/Module_4g
       deleted:    EVSE/rootfs/root/Module_ProduceUtils
       deleted:    EVSE/rootfs/root/Module_Wifi
       deleted:    EVSE/rootfs/root/OcppBackend
       deleted:    EVSE/rootfs/root/WebService
       deleted:    EVSE/rootfs/root/logPackTools

Image version    : N/A
Image checksum   : N/A

Hardware PWB P/N : N/A
Hardware Version : N/A
TC_Hsu 5 tahun lalu
induk
melakukan
b136cf2053
7 mengubah file dengan 6 tambahan dan 0 penghapusan
  1. 6 0
      EVSE/rootfs/root/.gitignore
  2. TEMPAT SAMPAH
      EVSE/rootfs/root/Module_4g
  3. TEMPAT SAMPAH
      EVSE/rootfs/root/Module_ProduceUtils
  4. TEMPAT SAMPAH
      EVSE/rootfs/root/Module_Wifi
  5. TEMPAT SAMPAH
      EVSE/rootfs/root/OcppBackend
  6. TEMPAT SAMPAH
      EVSE/rootfs/root/WebService
  7. TEMPAT SAMPAH
      EVSE/rootfs/root/logPackTools

+ 6 - 0
EVSE/rootfs/root/.gitignore

@@ -0,0 +1,6 @@
+Module_Wifi
+Module_4g
+WebService
+logPackTools
+OcppBackend
+Module_ProduceUtils

TEMPAT SAMPAH
EVSE/rootfs/root/Module_4g


TEMPAT SAMPAH
EVSE/rootfs/root/Module_ProduceUtils


TEMPAT SAMPAH
EVSE/rootfs/root/Module_Wifi


TEMPAT SAMPAH
EVSE/rootfs/root/OcppBackend


TEMPAT SAMPAH
EVSE/rootfs/root/WebService


TEMPAT SAMPAH
EVSE/rootfs/root/logPackTools