We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20f38cc commit 1357540Copy full SHA for 1357540
.gitignore
@@ -66,4 +66,38 @@ crashlytics-build.properties
66
67
# Temporary auto-generated Android Assets
68
/[Aa]ssets/[Ss]treamingAssets/aa.meta
69
-/[Aa]ssets/[Ss]treamingAssets/aa/*
+/[Aa]ssets/[Ss]treamingAssets/aa/*
70
+
71
+# Compiled source
72
+*.com
73
+*.class
74
+*.dll
75
+*.exe
76
+*.o
77
+*.so
78
79
+# Packages
80
+# it's better to unpack these files and commit the raw source
81
+# git has its own built in compression methods
82
+*.7z
83
+*.dmg
84
+*.gz
85
+*.iso
86
+*.jar
87
+*.rar
88
+*.tar
89
+*.zip
90
91
+# Logs and databases
92
+*.log
93
+*.sql
94
+*.sqlite
95
96
+# OS generated files
97
+.DS_Store
98
+.DS_Store?
99
+._*
100
+.Spotlight-V100
101
+.Trashes
102
+ehthumbs.db
103
+Thumbs.db
0 commit comments