diff --git a/.gitignore b/.gitignore index 97008e5b868ddbfa6767109cebdf00d7868ee8aa..9b8acc2e2756c146bfd08e84ba935770cbf23cca 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,9 @@ node_modules -yarn.lock \ No newline at end of file +yarn.lock +.idea +lib/**/*.js +modules/**/*.js +routes/**/*.js +test/**/*.js +*.map +*.d.ts \ No newline at end of file