[update] .gitignore

This commit is contained in:
Hamidreza Ghavami 2024-03-09 00:39:29 +03:30
parent 60fdde2433
commit 61c44b6291
No known key found for this signature in database
GPG key ID: 402C6797325182D9
3 changed files with 5 additions and 3 deletions

1
.gitignore vendored
View file

@ -3,6 +3,7 @@
.cache
.sync*
*.tar.gz
*.log
access.log
error.log
tmp

View file

@ -311,9 +311,9 @@ If you want to use routing to WARP before v2.1.0 follow steps as below:
```sh
"log": {
"access": "./access.log",
"dnsLog": false,
"loglevel": "warning"
"access": "./access.log",
"dnsLog": false,
"loglevel": "warning"
},
```

View file

@ -8,6 +8,7 @@ import (
"os/signal"
"syscall"
_ "unsafe"
"x-ui/config"
"x-ui/database"
"x-ui/logger"