Skip to content

Commit

Permalink
Update .gitignore to exclude bind9 container zones
Browse files Browse the repository at this point in the history
Extended .gitignore to better support development environment cleanliness by excluding the directory used for bind9 DNS zone files within Docker containers. This ensures these generated files do not clutter the version control system, maintaining a clear separation between source and generated content.
  • Loading branch information
yousecjoe committed Apr 29, 2024
1 parent d9bf875 commit be021cd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -482,3 +482,6 @@ FodyWeavers.xsd

# Kasm Workspaces
src/hosts/kasm/kasm_release/

# bind9 Zones
src/docker/containers/bind9/

0 comments on commit be021cd

Please sign in to comment.