-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfilesystem.fancy
30 lines (29 loc) · 1.2 KB
/
filesystem.fancy
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
.
├── games/
│ └── game-slug0:unvisible_game_tag0#visible_game_tag1/
│ ├── info
│ ├── versions/
│ │ ├── !defaultversion#visible_version_tag0/
│ │ │ ├── !files/
│ │ │ │ ├── lutris
│ │ │ │ └── target/
│ │ │ │ └── ...
│ │ │ ├── installer/
│ │ │ │ ├── lutris
│ │ │ │ └── target/
│ │ │ │ └── ...
│ │ │ ├── torrent/
│ │ │ │ ├── lutris
│ │ │ │ └── target/
│ │ │ │ └── ...
│ │ │ └── patches/
│ │ │ ├── !defaultpatch0
│ │ │ ├── !defaultpatch1
│ │ │ └── patch0
│ │ └── !version0#visible_version_tag0
│ └── patches/
│ ├── !defaultpatch2
│ └── !patch1#visible_version_tag0:invisible_version_tag
└── patches/
└── patch:unvisible_game_tag0
Made with: https://tree.nathanfriend.com/