commit 58e955d1a286ce8dd9fc44333db31dbb9a9a69e1 parent a8842aef3902916f8a3e9024e56a1f5ebc55bd45 Author: Carlosokumu <carlosokumu254@gmail.com> Date: Mon, 25 Aug 2025 15:39:05 +0300 ignore generated ical files Diffstat:
| M | .gitignore | | | 4 | ++++ |
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/.gitignore b/.gitignore @@ -33,3 +33,6 @@ htmlcov/ # OS-specific files .DS_Store Thumbs.db + +# Generated ical files +*.ics +\ No newline at end of file