Skip to content
This repository was archived by the owner on Jan 25, 2018. It is now read-only.

Commit 3a67d10

Browse files
committed
update project and add docs
1 parent b4db546 commit 3a67d10

File tree

4 files changed

+1131
-0
lines changed

4 files changed

+1131
-0
lines changed

.gitignore

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
# auto-generated files from Android builds
2+
build.xml
3+
ant.properties
4+
default.properties
5+
proguard.cfg
6+
proguard-project.txt
7+
app/src/main/java/org/awesomeapp/messenger/util/Debug.java
8+
#
9+
assets/chatsecure.properties
10+
releases
11+
docs
12+
doc
13+
.directory
14+
15+
#built application files
16+
*.apk
17+
*.ap_
18+
19+
# files for the dex VM
20+
*.dex
21+
22+
# Java class files
23+
*.class
24+
25+
# subdirs for generated files
26+
bin/
27+
gen/
28+
29+
# Local configuration file (sdk path, etc)
30+
local.properties
31+
32+
# Windows thumbnail db
33+
Thumbs.db
34+
35+
# OSX files
36+
.DS_Store
37+
38+
# Android Studio
39+
*.iml
40+
.idea/
41+
.gradle/
42+
build/
43+
44+
#tfx
45+
.transifexrc

0 commit comments

Comments
 (0)