mirror of
https://github.com/crazy-max/ghaction-upx.git
synced 2025-12-07 13:37:15 -07:00
Use ncc and clean workflows
This commit is contained in:
6
.gitignore
vendored
6
.gitignore
vendored
@@ -1,13 +1,11 @@
|
||||
/.dev
|
||||
/dist
|
||||
node_modules/
|
||||
lib
|
||||
|
||||
# Jetbrains
|
||||
/.idea
|
||||
/*.iml
|
||||
|
||||
# Explicitly not ignoring node_modules so that they are included in package downloaded by runner
|
||||
!node_modules/
|
||||
|
||||
# Rest of the file pulled from https://github.com/github/gitignore/blob/master/Node.gitignore
|
||||
# Logs
|
||||
logs
|
||||
|
||||
Reference in New Issue
Block a user