autotag/.gitignore
Corey Butler c47fa43261
Preparations for v2 (#42)
* 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
2023-03-30 22:15:29 -05:00

12 lines
98 B
Plaintext

logs
*.log
*.log*
.*
!.gitignore
!.github
!.dockerignore
_*
node_modules
!./src/node_modules
dist