.gitignore

1# keep the dist folder
2!dist/
3
4# ignore common js files
5node_modules/
6npm-debug.log
7yarn-debug.log
8yarn-error.log