-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Andrey Bogdanov
committed
Jun 25, 2024
1 parent
1af08a1
commit 52c81db
Showing
5 changed files
with
2,295 additions
and
2,295 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,33 @@ | ||
# Binaries for programs and plugins | ||
*.exe | ||
*.exe~ | ||
*.dll | ||
*.so | ||
*.dylib | ||
|
||
.idea | ||
*.iml | ||
|
||
# Test binary, build with `go test -c` | ||
*.test | ||
|
||
# Output of the go coverage tool, specifically when used with LiteIDE | ||
*.out | ||
|
||
# We use sed -i.bak when doing in-line replace, because it works better cross-platform | ||
.bak | ||
|
||
# macOS | ||
*.DS_store | ||
|
||
.bin | ||
|
||
# Hugo site | ||
publishedSite/ | ||
site/public/ | ||
site/resources/ | ||
site/.hugo_build.lock | ||
**/node_modules/ | ||
|
||
# goreleaser artifacts | ||
**/dist/ | ||
# Binaries for programs and plugins | ||
*.exe | ||
*.exe~ | ||
*.dll | ||
*.so | ||
*.dylib | ||
|
||
.idea | ||
*.iml | ||
|
||
# Test binary, build with `go test -c` | ||
*.test | ||
|
||
# Output of the go coverage tool, specifically when used with LiteIDE | ||
*.out | ||
|
||
# We use sed -i.bak when doing in-line replace, because it works better cross-platform | ||
.bak | ||
|
||
# macOS | ||
*.DS_store | ||
|
||
.bin | ||
|
||
# Hugo site | ||
publishedSite/ | ||
site/public/ | ||
site/resources/ | ||
site/.hugo_build.lock | ||
**/node_modules/ | ||
|
||
# goreleaser artifacts | ||
**/dist/ |
Oops, something went wrong.