diff --git a/.gitignore b/.gitignore index 5fdede1..aec78aa 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,13 @@ +dist +.rpt2_cache node_modules lib -static kfs plugins -.rpt2_cache -./*.js -./*.d.ts \ No newline at end of file +static + +*.d.ts +*.js +*.ts + +!src/**/* \ No newline at end of file