Ignore build artifacts

This commit is contained in:
Kossi D. T. Saka 2023-01-26 06:43:21 +01:00
parent 49fba8aa1f
commit 3741fefd99
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -11,6 +11,7 @@ node_modules
# Don't include the compiled main.js file in the repo. # Don't include the compiled main.js file in the repo.
# They should be uploaded to GitHub releases instead. # They should be uploaded to GitHub releases instead.
main.js main.js
dist/
# Exclude sourcemaps # Exclude sourcemaps
*.map *.map