forked from mvpdev/rapidsms
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
83 lines (74 loc) · 873 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
71
72
73
74
75
76
77
78
79
80
81
82
83
# rapidsms-community
__version__.py
*.pyc
*.swp
*~
local.ini
core.*
.project
.pydevproject
*.sqlite3
logs/*
\#*
.#*
*~
\#*
*.log*
# Static reports
apps/childcount/static/reports/*
# Documentation build
docs/build/*
#mac stuff
.DS_Store
._*
# eclipse stuff
.settings
#netbeans
nbproject
# common 3rd parties
apps/admin
apps/ajax
apps/httptester
apps/logger
apps/messaging
apps/patterns
apps/reporters
apps/scheduler
apps/webapp
apps/i18n
apps/airtime
apps/bednets
apps/censor
apps/counter
apps/django_extensions
apps/echo
apps/export
apps/ezsms
apps/fail
apps/form
apps/iavi
apps/injector
apps/math
apps/poll
apps/querylog
apps/questions
apps/responder
apps/sms2irc
apps/socialsms
apps/stringcleaning
apps/supply
apps/training
apps/tree
# web server
django_wsgi.py
uwsgi.xml
# django
settings.py
# dev
*.sqlite
#celery
celerybeat-schedule
*.sql
*.bz2
*.idea
*.mysh