mirror of
https://github.com/ivuorinen/gh-action-readme.git
synced 2026-03-11 10:59:38 +00:00
Initial commit
This commit is contained in:
30
.gitignore
vendored
Normal file
30
.gitignore
vendored
Normal file
@@ -0,0 +1,30 @@
|
||||
# Binaries
|
||||
/dist/
|
||||
*.exe
|
||||
*.dll
|
||||
*.so
|
||||
*.dylib
|
||||
|
||||
# IDE files
|
||||
.idea/
|
||||
.vscode/
|
||||
*.swp
|
||||
*.swo
|
||||
|
||||
# OS files
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Test output
|
||||
*.test
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
|
||||
# Vendor
|
||||
go.sum
|
||||
|
||||
/gh-action-readme
|
||||
*.out
|
||||
TODO.md
|
||||
|
||||
Reference in New Issue
Block a user