diff options
author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2023-02-22 23:03:34 +0900 |
---|---|---|
committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2023-02-22 23:15:41 +0900 |
commit | 9310cff78765b2a8588aaa19e8fb10d6183f0979 (patch) | |
tree | 3cfd42440105a9daa9b41f4998742049672c26b1 /.gitignore | |
parent | 2833849c77f1fdf5d95d88b928cc50b348d032dc (diff) | |
download | hybring-9310cff78765b2a8588aaa19e8fb10d6183f0979.tar.gz |
Read configuration file
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index 86df8d7..66533b2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ -*.atom +static/ *.db -*.xhtml +*.ini |