Arthur Fiorette 7293cf0c26
feat!: new bundle setup & fixed development bundles (#167)
* feat: added issue template

* fix: move dev bundles to a specific folder

* docs: some documentation changes

* docs: updated issue template

* chore!: updated build setup

* style: formatted code

* chore: allow importing any file
2022-03-11 13:46:08 -03:00

22 lines
192 B
Plaintext

# Javascript
coverage
node_modules
# Output
/dist
/dev
# Random
/ignore
*.log
# Vscode
.vscode/*
!.vscode/launch.json
# Npm & Yarn
package-lock.json
.yarn/*
!.yarn/releases
!.yarn/plugins