mirror of
https://github.com/shimataro/ssh-key-action.git
synced 2025-06-19 22:52:10 +10:00
Change final product path
Remove & ignore previous one (lib/main.js{,.map})
This commit is contained in:
parent
0822ef6c96
commit
f8b8fa02ae
5 changed files with 593 additions and 128 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
@ -13,6 +13,10 @@ Thumbs.db
|
|||
*.orig
|
||||
*.rej
|
||||
|
||||
# TypeScript intermediate
|
||||
|
||||
lib/
|
||||
|
||||
### Node
|
||||
|
||||
# Logs
|
||||
|
@ -99,7 +103,7 @@ out
|
|||
|
||||
# Nuxt.js build / generate output
|
||||
.nuxt
|
||||
dist
|
||||
# dist
|
||||
|
||||
# Gatsby files
|
||||
.cache/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue