chore(gitignore): Ignore .DS_Store

This commit is contained in:
Silvio Leite
2019-12-08 17:58:35 -03:00
parent fc258b95f5
commit e6709c498b

View File

@@ -70,6 +70,8 @@ PWA_APP_DIR = 'ltr'
PWA_APP_LANG = 'en-US'
```
#### Show console.log
Set the `PWA_APP_DEBUG_MODE = False` to disable the the `console.log` on browser.
All settings are optional, and the app will work fine with its internal defaults. Highly recommend setting at least `PWA_APP_NAME`, `PWA_APP_DESCRIPTION`, `PWA_APP_ICONS` and `PWA_APP_SPLASH_SCREEN`.