added ts compiler artifacts to gitignore

This commit is contained in:
Bit Borealis 2022-08-12 01:50:06 +00:00
parent 440b79a8b5
commit 848e0c0e03
Signed by: theotheroracle
GPG Key ID: 2D816A2DCA6E5649
1 changed files with 4 additions and 0 deletions

4
.gitignore vendored
View File

@ -1,6 +1,10 @@
# Created by https://www.toptal.com/developers/gitignore/api/node
# Edit at https://www.toptal.com/developers/gitignore?templates=node
### Typescript ###
# Compile artifacts
.js
### Node ###
# Logs
logs