dotfiles/.gitignore

18 lines
108 B
Plaintext
Raw Normal View History

2021-01-12 03:06:43 +00:00
# macOS
.DS_Store
2021-04-10 18:18:22 +00:00
# Window
*.exe
2021-01-12 03:06:43 +00:00
# IntelliJ
2022-07-04 05:37:10 +00:00
.idea
2021-01-12 03:06:43 +00:00
# VSCode
2022-07-04 05:37:10 +00:00
.vscode
# Go
coverage.out
# GoReleaser
dist