forked from Comcast/FreeFlow
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
31 lines (27 loc) · 657 Bytes
/
.gitignore
File metadata and controls
31 lines (27 loc) · 657 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
bin/AndroidManifest.xml
bin/CollectionViewForAndroid.apk
bin/classes.dex
bin/classes/com/example/collectionviewforandroid/CollectionViewTest.class
bin/dexedLibs/android-support-v4-13cdbed5f27b224680d6f7e538f76de2.jar
bin/dexedLibs/annotations-389a629b573b08336a2f5f1feecb16de.jar
bin/res/drawable-hdpi/ic_launcher.png
bin/res/drawable-mdpi/ic_launcher.png
bin/res/drawable-xhdpi/ic_launcher.png
bin/resources.ap_
bin
bin/*
CollectionViews2/bin/*
CollectionViews2/gen/*
examples/PhotoGrid/gen/*
examples/PhotoGrid/bin/*
# IDEA files
.idea
*.iml
out
gen
# Gradle files
.gradle/
build/
# Local configuration file (sdk path, etc)
local.properties
.DS_Store