Skip to content

Commit 43df4f7

Browse files
abdulraqeeb33AR Abdul Azeez
andauthored
clean up gitignore (#2360)
Co-authored-by: AR Abdul Azeez <[email protected]>
1 parent 237ce50 commit 43df4f7

File tree

5 files changed

+29
-201
lines changed

5 files changed

+29
-201
lines changed

.gitignore

Lines changed: 29 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,37 @@
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_

Examples/OneSignalDemo/.idea/vcs.xml

Lines changed: 0 additions & 6 deletions
This file was deleted.

Examples/OneSignalDemo/app/app.iml

Lines changed: 0 additions & 150 deletions
This file was deleted.

Examples/OneSignalDemo/local.properties

Lines changed: 0 additions & 9 deletions
This file was deleted.

OneSignalSDK/.gitignore

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)