fix ignore list

This commit is contained in:
Ibnu Maksum
2024-09-06 11:00:09 +07:00
parent ea0c663278
commit b517ef2b73
2 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View File

@ -46,8 +46,8 @@ system/devices/**
!system/devices/Radius.php !system/devices/Radius.php
!system/devices/RadiusRest.php !system/devices/RadiusRest.php
!system/devices/MikrotikPppoe.php !system/devices/MikrotikPppoe.php
!system/devices/MikrotikHotspot.php
!system/devices/MikrotikPppoeCustom.php !system/devices/MikrotikPppoeCustom.php
!system/devices/MikrotikHotspot.php
/.vs /.vs
docker-compose.yml docker-compose.yml
docs/** docs/**

View File

@ -1,3 +1,3 @@
{ {
"version": "2024.8.30" "version": "2024.9.6"
} }