You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

17 lines
309 B

# FDC
## Folder Structure
```js
|
|---doc (documents)
|---docs (Blogs)
|---lib (components Library)
|---proj (shared project files)
|
|---script (script to run Git as service)
|---isOnline (online flag for usrs)
|---.git (git core files)
|---fdc_git_old (old git)
|---node_modules (nodeJS_modules_core)
```