mirror of
https://github.com/shimataro/ssh-key-action.git
synced 2025-06-19 22:52:10 +10:00

* Updated runners list and tar updated to 6.1.11 * Updated runners list * Added nodejs 16 * Updated .gitignore * some adjusts * update CHANGELOG Co-authored-by: Viacheslav Kudinov <viacheslav.kudinov@gmail.com>
20 lines
158 B
Text
20 lines
158 B
Text
# temporary files
|
|
*~
|
|
*.bak
|
|
*.log
|
|
*.swp
|
|
*.tmp
|
|
|
|
# image caches
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# patch/merge
|
|
*.orig
|
|
*.rej
|
|
|
|
# IDE
|
|
/.idea/
|
|
|
|
# Node.js modules
|
|
/node_modules/
|