sourcetoad / react-native-sketch-canvas

A React Native component for drawing by touching on both iOS and Android.
MIT License
4 stars 3 forks source link

build: add gitignore for android gradlew #44

Closed iBotPeaches closed 1 year ago

iBotPeaches commented 1 year ago

I found that when I wanted to debug the Java - I couldn't get symbols to load without gradle sync running. This then generated these files.

You'd never have these in compilation of a React Native application, since this is a child dependency and if you are running it in isolation - we don't have to commit them.