fix: end of line char
This commit is contained in:
128
.gitignore
vendored
128
.gitignore
vendored
@@ -1,65 +1,65 @@
|
||||
# Binaries for programs and plugins
|
||||
*.exe
|
||||
*.exec
|
||||
*.exe~
|
||||
*.dll
|
||||
*.so
|
||||
*.dylib
|
||||
*.test
|
||||
|
||||
# Build output (common names)
|
||||
/bin/
|
||||
/dist/
|
||||
/build/
|
||||
*.out
|
||||
coverage.out
|
||||
|
||||
# Go tooling
|
||||
go.work
|
||||
# Uncomment if you don't commit vendored deps
|
||||
# vendor/
|
||||
|
||||
# Dependency manager files (optional)
|
||||
Gopkg.lock
|
||||
glide.lock
|
||||
|
||||
# Generated code
|
||||
gen/
|
||||
generated/
|
||||
|
||||
# Environment / secrets
|
||||
.env
|
||||
.env.*
|
||||
*.key
|
||||
*.pem
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
|
||||
# Editor directories and files
|
||||
.idea/
|
||||
# .vscode/
|
||||
*.iml
|
||||
*.sublime-project
|
||||
*.sublime-workspace
|
||||
|
||||
# Swap/backup files
|
||||
*~
|
||||
*.swp
|
||||
*.swo
|
||||
.#*
|
||||
|
||||
# macOS / Windows
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Container / OS artifacts
|
||||
docker-compose.override.yml
|
||||
|
||||
# CI artifacts
|
||||
coverage/
|
||||
reports/
|
||||
|
||||
# Misc
|
||||
node_modules/
|
||||
# Binaries for programs and plugins
|
||||
*.exe
|
||||
*.exec
|
||||
*.exe~
|
||||
*.dll
|
||||
*.so
|
||||
*.dylib
|
||||
*.test
|
||||
|
||||
# Build output (common names)
|
||||
/bin/
|
||||
/dist/
|
||||
/build/
|
||||
*.out
|
||||
coverage.out
|
||||
|
||||
# Go tooling
|
||||
go.work
|
||||
# Uncomment if you don't commit vendored deps
|
||||
# vendor/
|
||||
|
||||
# Dependency manager files (optional)
|
||||
Gopkg.lock
|
||||
glide.lock
|
||||
|
||||
# Generated code
|
||||
gen/
|
||||
generated/
|
||||
|
||||
# Environment / secrets
|
||||
.env
|
||||
.env.*
|
||||
*.key
|
||||
*.pem
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
|
||||
# Editor directories and files
|
||||
.idea/
|
||||
# .vscode/
|
||||
*.iml
|
||||
*.sublime-project
|
||||
*.sublime-workspace
|
||||
|
||||
# Swap/backup files
|
||||
*~
|
||||
*.swp
|
||||
*.swo
|
||||
.#*
|
||||
|
||||
# macOS / Windows
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Container / OS artifacts
|
||||
docker-compose.override.yml
|
||||
|
||||
# CI artifacts
|
||||
coverage/
|
||||
reports/
|
||||
|
||||
# Misc
|
||||
node_modules/
|
||||
deprecated/
|
||||
Reference in New Issue
Block a user