mirror of https://codeberg.org/glenneth/stash.git
Add .gitignore file to exclude logs and build artifacts
This commit is contained in:
parent
b952d3f4ac
commit
dc6b7f15b7
|
|
@ -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
|
||||||
Loading…
Reference in New Issue