forked from wKovacs64/mTorch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
70 lines (58 loc) · 941 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
# User specific and sensitive IDEA/Android Studio project files
#.idea/workspace.xml
#.idea/tasks.xml
#.idea/dataSources.ids
#.idea/dataSources.xml
#.idea/sqlDataSources.xml
#.idea/dynamic.xml
.idea/
.idea_modules/
*.ipr
*.iws
*.iml
# Crowdin.net translation platform
crowdin.yaml
# Eclipse/other project files
*.pydevproject
.project
.metadata
tmp/**
tmp/**/*
*.tmp
*.bak
*.swp
*~.nib
.classpath
.settings/
.loadpath
*.launch
# External tool builders
.externalToolBuilders/
# Proguard folder generated by Eclipse
proguard/
# Mac garbage
.DS_Store
._.*
.Trashes
.Spotlight-V100
# built application files
*.apk
*.ap_
# files for the dex VM
*.dex
# Java class files
*.class
# generated/output files
bin/
gen/
out/
# Ignore gradle files
.gradle/
build/
# Local configuration file (sdk path, etc)
local.properties
# Crashlytics
com_crashlytics_export_strings.xml
crashlytics.properties
crashlytics-build.properties
fabric.properties