Compare commits

...

1 Commits

Author SHA1 Message Date
7b9bbcbc26 Ignore disabled files as well. 2025-10-15 04:43:42 -07:00

2
.gitignore vendored
View File

@@ -25,6 +25,8 @@ Config/DNS/config/*
# Ignore anything in disabled folders.
disabled
*.disabled
disabled.*
# Ignore any .env files which are not explicitly committed to the project.
*.env