-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
54 lines (47 loc) · 1.03 KB
/
.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
45
46
47
48
49
50
51
52
53
54
/vendor
/node_modules
/public/storage
Homestead.yaml
Homestead.json
.env
*.iml
MedExApp/.gradle
MedExApp/local.properties
MedExApp/.idea/workspace.xml
MedExApp/.idea/libraries
MedExApp/.DS_Store
MedExApp/build
MedExApp/captures
MedExApp/.externalNativeBuild
MedExApp/*.iml
# Built application files
/*/build/
# Crashlytics configuations
MedExApp/com_crashlytics_export_strings.xml
# Local configuration file (sdk path, etc)
MedExApp/local.properties
# Gradle generated files
MedExApp/.gradle/
# Signing files
MedExApp/.signing/
# User-specific configurations
MedExApp/.idea/libraries/
MedExApp/.idea/workspace.xml
MedExApp/.idea/tasks.xml
MedExApp/.idea/.name
MedExApp/.idea/compiler.xml
MedExApp/.idea/copyright/profiles_settings.xml
MedExApp/.idea/encodings.xml
MedExApp/.idea/misc.xml
MedExApp/.idea/modules.xml
MedExApp/.idea/scopes/scope_settings.xml
MedExApp/.idea/vcs.xml
MedExApp/*.iml
# OS-specific files
MedExApp/.DS_Store
MedExApp/.DS_Store?
MedExApp/._*
MedExApp/.Spotlight-V100
MedExApp/.Trashes
MedExApp/ehthumbs.db
MedExApp/Thumbs.db