forked from grm34/archboot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
47 lines (41 loc) · 843 Bytes
/
.gitignore
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
*
### templates
\!.github/ISSUE_TEMPLATE/bug_report.md
\!.github/ISSUE_TEMPLATE/config.yml
\!.github/ISSUE_TEMPLATE/feature_request.md
\!.github/ISSUE_TEMPLATE/question.md
\!.github/CODE_OF_CONDUCT.md
\!.github/CONTRIBUTING.md
\!.github/PULL_REQUEST_TEMPLATE.md
### locale
\!locale/english
\!locale/french
\!locale/german
### src/apps
\!src/arch/desktop_apps
\!src/arch/display_apps
\!src/arch/gpu_apps
\!src/arch/system_apps
### src/arch
\!src/arch/base
\!src/arch/bootloader
\!src/arch/desktop
\!src/arch/display
\!src/arch/firmware
\!src/arch/gpu_driver
\!src/arch/mirrorlist
\!src/arch/mounting
\!src/arch/partitioning
\!src/arch/user
### src/conf
\!src/conf/00-keyboard.conf
\!src/conf/language
\!src/conf/loader.conf
\!src/conf/timezone
\!src/conf/xinitrc
\!src/conf/xprofile
### origin
\!archboot
\!LICENSE
\!README.md
\!STATS.md