diff options
author | Agustín Cisneros | 2023-11-16 18:45:30 +0100 |
---|---|---|
committer | Agustín Cisneros | 2023-11-16 18:45:30 +0100 |
commit | d78b9a93f9de2b3a2b100248d7b95c22d337a9c0 (patch) | |
tree | a8cfe8d2acab5c9b010019e2728db77f0f606093 /.gitignore | |
parent | 25653d684da18137043a6cab4f993a3f7d756dbc (diff) | |
download | aur-d78b9a93f9de2b3a2b100248d7b95c22d337a9c0.tar.gz |
Update to v2.0.0
* Add ticktick.sh helper script to allow the use of custom flags by
creating a new user file ~/.config/ticktick-flags.conf
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index c9da849ae660..07fad41b53b4 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ !.SRCINFO !LICENSE !PKGBUILD +!ticktick.sh |