This commit is contained in:
2023-02-17 08:46:32 -05:00
parent 92fb9c5911
commit b93bcd1181
3 changed files with 72 additions and 3 deletions

10
.gitignore vendored
View File

@@ -1 +1,11 @@
# README shouldn't be included in the rootfs
README
# /usr should be completely left alone
usr/**
# Same for /home
home/**
# Ignore /etc entirely, user should edit config files if needed
etc/**