-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy path.gitignore
44 lines (41 loc) · 991 Bytes
/
.gitignore
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
32
33
34
35
36
37
38
39
40
41
42
43
44
*.iml
.gradle
/local.properties
/.idea/caches
/.idea/libraries
/.idea/modules.xml
/.idea/workspace.xml
/.idea/navEditor.xml
/.idea/assetWizardSettings.xml
/.idea/deploymentTargetDropDown.xml
/.idea/androidTestResultsUserPreferences.xml
.DS_Store
/build
/captures
.externalNativeBuild
.cxx
local.properties
library/pixymeta-android/.git
library/pixymeta-android/bin
library/pixymeta-android/build
library/pixymeta-android/dist
library/pixymeta-android/images
library/pixymeta-android/lib
library/pixymeta-android/.classpath
library/pixymeta-android/.project
library/pixymeta-android/.gitattributes
library/exiv2-*/contrib
library/exiv2-*/fuzz
library/exiv2-*/po
library/exiv2-*/test
library/exiv2-*/tests
# The directory that holds the config of "bundle" the Ruby Dependency Manager
.bundle
# fastlane specific
**/fastlane/report.xml
# deliver temporary files
**/fastlane/Preview.html
# snapshot generated screenshots
**/fastlane/screenshots
# scan temporary files
**/fastlane/test_output