Modify gitignore

This commit is contained in:
Gal 2023-12-25 12:18:26 +01:00
parent 7cc90c5403
commit 79b121ed97
1 changed files with 2 additions and 2 deletions

4
.gitignore vendored
View File

@ -1,6 +1,6 @@
# Ignore all directories named 'nextcloud' and 'db' within the /home/ac1dburn/services directory
/services/nextcloud/
/services/db/
/services/nextcloud/nextcloud
/services/nextcloud/db/
# Exclude any log files or other temporary files that you don't want to commit
*.log