mirror of
https://github.com/jpush/jpush-phonegap-plugin.git
synced 2025-01-19 13:52:49 +08:00
70 lines
1.3 KiB
Plaintext
70 lines
1.3 KiB
Plaintext
# Created by https://www.gitignore.io/api/macos,apachecordova
|
|
|
|
### ApacheCordova ###
|
|
# Apache Cordova generated files and directories
|
|
bin/*
|
|
!/plugins
|
|
!/plugins/android.json
|
|
!/plugins/fetch.json
|
|
plugins/*
|
|
platforms/*
|
|
|
|
### macOS ###
|
|
*.DS_Store
|
|
.AppleDouble
|
|
.LSOverride
|
|
|
|
# Icon must end with two \r
|
|
Icon
|
|
|
|
# Thumbnails
|
|
._*
|
|
|
|
# Files that might appear in the root of a volume
|
|
.DocumentRevisions-V100
|
|
.fseventsd
|
|
.Spotlight-V100
|
|
.TemporaryItems
|
|
.Trashes
|
|
.VolumeIcon.icns
|
|
.com.apple.timemachine.donotpresent
|
|
|
|
# Directories potentially created on remote AFP share
|
|
.AppleDB
|
|
.AppleDesktop
|
|
Network Trash Folder
|
|
Temporary Items
|
|
.apdisk
|
|
|
|
# Ionic example
|
|
ionic/example/.sourcemaps/*
|
|
ionic/example/node_modules/*
|
|
ionic/example/plugins/*
|
|
ionic/example/config.xml
|
|
ionic/example/ionic.config.json
|
|
ionic/example/package-lock.json
|
|
ionic/example/package.json
|
|
ionic/example/tsconfig.json
|
|
ionic/example/tslint.json
|
|
ionic/example/resources/README\.md
|
|
ionic/example/www/*
|
|
ionic/example/src/assets/*
|
|
ionic/example/src/theme
|
|
ionic/example/platforms
|
|
|
|
ionic/example/src/manifest\.json
|
|
|
|
ionic/example/resources/android/splash/
|
|
|
|
ionic/example/resources/
|
|
|
|
ionic/example/src/service-worker\.js
|
|
|
|
ionic/example/src/index\.html
|
|
|
|
ionic/example/src/app/app\.scss
|
|
|
|
ionic/example/src/app/main\.ts
|
|
|
|
# End of https://www.gitignore.io/api/macos,apachecordova
|