Populated .gitignore

This commit is contained in:
Daniel Fichtinger 2024-10-19 01:05:28 -04:00
parent ab76583722
commit ad5f5eb921

24
.gitignore vendored
View file

@ -0,0 +1,24 @@
# Binaries for programs and plugins
*.exe
*.dll
*.so
*.dylib
# Build artifacts
bin/
*.out
# Symbolic link to binary for convenient testing
./zona
# Logs and debug information
*.log
# Temporary files and directories
*.tmp
*.swp
*.swo
*.bak
*~
# Go modules and caches
go.sum