Skip to content

Commit

Permalink
webview: Ignore asset files from 'git diff'
Browse files Browse the repository at this point in the history
Remove the `generatedEs3.js` file and add the two asset folders.
  • Loading branch information
borisyankov committed Jun 20, 2018
1 parent cd506ed commit 8d2e219
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Suppress noisy generated files in diffs.
yarn.lock -diff
src/webview/js/generatedEs3.js -diff
android/app/src/main/assets/webview/* -diff
ios/webview/* -diff

# Maintain LF (Unix-style) newlines in text files.
* text=auto eol=lf
Expand Down

0 comments on commit 8d2e219

Please sign in to comment.