UNPKG

@ark-react-native/local-notifications

Version:

Manageable local notifications for React Native on iOS and Android.

104 lines (95 loc) 1.72 kB
# See https://help.github.com/articles/ignoring-files for more about ignoring # files. # # If you find yourself ignoring temporary files generated by your text editor # or operating system, you probably want to add a global ignore instead: # git config --global core.excludesfile "~/.gitignore_global" ### Buck ### *.keystore \.buckd/ buck-out/ ### Node.js ### .env .eslintcache .grunt .lock-wscript .node_repl_history .npm .nyc_output .yarn-integrity *.log *.pid *.pid.lock *.seed *.tgz bower_components build/Release coverage jspm_packages/ lib-cov logs node_modules/ npm-debug.log* pids typings/ yarn-debug.log* yarn-error.log* ### Sublime Text ### *.stTheme.cache *.sublime-project *.sublime-workspace *.tmlanguage.cache *.tmPreferences.cache bh_unicode_properties.cache GitHub.sublime-settings oscrypto-ca-bundle.crt Package Control.ca-bundle Package Control.ca-certs/ Package Control.ca-list Package Control.cache/ Package Control.last-run Package Control.merged-ca-bundle Package Control.system-ca-bundle Package Control.user-ca-bundle sftp-config.json ### Visual Studio Code ### .vscode/* !.vscode/extensions.json !.vscode/launch.json !.vscode/settings.json !.vscode/tasks.json ### Linux ### .directory .fuse_hidden* .nfs* .Trash-* *~ ### macOS ### ._* .apdisk .AppleDB .AppleDesktop .AppleDouble .com.apple.timemachine.donotpresent .DocumentRevisions-V100 .fseventsd .LSOverride .Spotlight-V100 .TemporaryItems .Trashes .VolumeIcon.icns *.DS_Store ### Windows ### *.cab *.lnk *.msi *.msm *.msp $RECYCLE.BIN/ Desktop.ini ehthumbs_vista.db ehthumbs.db Thumbs.db ### Git ### !.gitattributes !.gitignore