mirror of
https://github.com/glimpse-app/server.git
synced 2025-04-02 10:52:45 -04:00
ignore logs
This commit is contained in:
parent
bd147edcf9
commit
ec6f8fb225
2 changed files with 8 additions and 2 deletions
|
@ -21,4 +21,7 @@ bin/
|
||||||
|
|
||||||
# not needed directories inside docker
|
# not needed directories inside docker
|
||||||
.github/
|
.github/
|
||||||
.vscode/
|
.vscode/
|
||||||
|
|
||||||
|
# logs
|
||||||
|
*.log
|
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -17,4 +17,7 @@ bin/
|
||||||
*.db
|
*.db
|
||||||
|
|
||||||
# configuration
|
# configuration
|
||||||
/config.ini
|
/config.ini
|
||||||
|
|
||||||
|
# logs
|
||||||
|
*.log
|
Loading…
Add table
Reference in a new issue