Skip to content

Commit a7a2ea1

Browse files
committed
Update .gitignore to include RELEASE.md and PKGBUILD; remove sudo requirement note from README.md
1 parent 1801efa commit a7a2ea1

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
.vscode/*
22
dist/
3-
target/
3+
target/
4+
RELEASE.md
5+
PKGBUILD

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ Alpha means:
1111
- Interfaces and keybindings may change without notice.
1212
- Some actions are intentionally guarded (e.g., user deletion requires confirmation; optional home removal).
1313
- Error handling, edge cases, and performance are still being improved.
14-
- Expect to run with `sudo` for any write operation (`usermod`, `gpasswd`, `groupadd`, `groupdel`, `useradd`, `userdel`).
1514

1615
## Install / Build
1716
---------------

0 commit comments

Comments
 (0)