mirror of
https://github.com/ButlerLogic/action-autotag.git
synced 2024-11-10 10:21:08 +07:00
c47fa43261
* Add build process and cleanup old distro files * Updated build process to produce node_modules * Fix caching. * Rename action * Add master to deployment action * Add master to deployment action * Trigger build on any branch push * Add token for automatic commits during build process
12 lines
98 B
Plaintext
12 lines
98 B
Plaintext
logs
|
|
*.log
|
|
*.log*
|
|
.*
|
|
!.gitignore
|
|
!.github
|
|
!.dockerignore
|
|
_*
|
|
node_modules
|
|
!./src/node_modules
|
|
dist
|