diff options
| author | James Mills <1290234+prologic@users.noreply.github.com> | 2023-01-21 11:25:30 +1000 |
|---|---|---|
| committer | James Mills <1290234+prologic@users.noreply.github.com> | 2023-01-21 11:25:30 +1000 |
| commit | 07d888c2c60d727dab49aa8dbc905cb3ccedd7aa (patch) | |
| tree | b82546830b36630eab15007a3da03342fca2dbf9 /.gitignore | |
| parent | c727404d9156861dc40a657b3599da36ed0bae62 (diff) | |
Fix build and versioning (borrowed from yarn)
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -5,8 +5,9 @@ /dist /tube -tube -/.DS_Store +/cmd/tube/tube + +**/.DS_Store videos/* !videos/README.md |
