joaomoreno / gifcap

Capture your screen to a GIF in your browser
https://gifcap.dev
GNU General Public License v3.0
1.33k stars 95 forks source link

Why did you add the files encoder.js and encoder.wasm in the .gitignore ? #83

Closed affjunior closed 1 year ago

affjunior commented 1 year ago

I did a fork to try to help and had to fetch the files encoder.js and encoder.wasm from the issues

joaomoreno commented 1 year ago

Because they are compilation output: I don't like checking in output files.