forked from ankidroid/Anki-Android
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
71 lines (54 loc) · 1.42 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
# built application files
*.apk
*.ap_
# files for the dex VM
*.dex
# Java class files
*.class
# built native files
*.o
*.so
# generated files
bin/
gen/
# Ignore gradle files
.gradle/
build/
# Local configuration file (sdk path, etc)
local.properties
# Proguard folder generated by Eclipse
proguard/
# Eclipse Metadata
.metadata/
# Mac OS X clutter
*.DS_Store
# Windows clutter
Thumbs.db
# Ubunut gedit cluter
*~
# IDEA/Android Studio ignores
*.iml
*.ipr
*.iws
/.idea/*
/captures
# IDEA/Android Studio Ignore exceptions - this lets you share things you specifically want all team members to use
!/.idea/codeStyles/
# Keep dictionaries to have less false positives in spellcheck inspection.
# Each user gets their own dictionary and these dictionaries are merged
!.idea/dictionaries
# although modules are generated by Gradle, this allows us to mark translations ('values-af')
# as 'excluded' this removes them from the search and provides a visual warning to new contributors
# that only strings in the the primary 'values' folder should be edited
# https://intellij-support.jetbrains.com/hc/en-us/articles/206544839-How-to-manage-projects-under-Version-Control-Systems
!.idea/modules.xml
!.idea/modules
!.idea/modules/**
# Crowdin files
ankidroid.zip
tools/crowdin_key.txt
# Testing / quality remnants
AnkiDroid/ACRA-INSTALLATION
.codacy.json
#ignore the local insufficient memory for the Java Runtime Environment files
hs_err_pid*