Apply .gitignore

This commit is contained in:
2026-08-01 21:44:11 +05:30
parent 8449578424
commit 213f560c4a
49 changed files with 185 additions and 617 deletions

View File

@@ -8,5 +8,6 @@ import lombok.Setter;
public class Option {
private Object value;
private String label;
private String description;
private String group;
}