Add .gitignore file to exclude logs and build artifacts

This commit is contained in:
glenneth1 2024-12-06 07:08:33 +03:00
parent b952d3f4ac
commit dc6b7f15b7
1 changed files with 19 additions and 0 deletions

19
.gitignore vendored Normal file
View File

@ -0,0 +1,19 @@
# Log files
*.log
stash.log
# Guile/Scheme compiled files
*.go
*.cache
# OS-specific files
.DS_Store
.directory
Thumbs.db
# Editor backup files
*~
\#*\#
.\#*
*.swp
*.swo