Skip to content

Commit

Permalink
Fix end line symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Bogdanov committed Jun 25, 2024
1 parent 1af08a1 commit 52c81db
Show file tree
Hide file tree
Showing 5 changed files with 2,295 additions and 2,295 deletions.
66 changes: 33 additions & 33 deletions .gitignore
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/
Loading

0 comments on commit 52c81db

Please sign in to comment.