File tree Expand file tree Collapse file tree 5 files changed +29
-201
lines changed Expand file tree Collapse file tree 5 files changed +29
-201
lines changed Original file line number Diff line number Diff line change 1- # See https://help.github.com/articles/ignoring-files for more about ignoring files.
2- #
3- # If you find yourself ignoring temporary files generated by your text editor
4- # or operating system, you probably want to add a global ignore instead:
5- # git config --global core.excludesfile '~/.gitignore_global'
1+ # Gradle
2+ .gradle /
3+ build /
4+ * /build /
65
6+ # Local properties
7+ local.properties
8+ OneSignalSDK /local.properties
9+ Examples /OneSignalDemo /local.properties
710
8- # Ignore all logfiles and tempfiles.
9- /log /* .log
10- /tmp
11+ # macOS
12+ .DS_Store
1113
12- # built application files
13- * .apk
14- * .ap_
15-
16- # files for the dex VM
17- * .dex
14+ # IDE files
15+ .idea /
16+ * .iml
1817
19- # Java class files
20- * .class
18+ # Captures
19+ captures /
20+ OneSignalSDK /captures /
21+ Examples /OneSignalDemo /captures /
2122
22- # generated files
23- bin /
24- gen /
23+ # GPG files
24+ * .gpg
2525
26- # Proguard folder generated by Eclipse
27- proguard /
26+ # Misc
27+ * .log
28+ * .tmp
29+ * .swp
30+ * .swo
2831
29- # Examples
32+ # Node modules (if using JS tooling)
33+ node_modules /
3034
31- .idea /
32- Examples /.idea /
33- Examples /AndroidStudio /
34- Examples /OneSignalDemo /app /build /
35- OneSignalSDK /app /build /
35+ # Android Studio
36+ * .apk
37+ * .ap_
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments