1
0
Fork 0
mirror of https://github.com/shimataro/ssh-key-action.git synced 2025-06-19 22:52:10 +10:00
ssh-key-action/.gitignore
shimataro 53a7c26e5e
Feature/runners (#217)
* 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>
2022-10-30 23:46:03 +09:00

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/