forked from devilry/devilry-django
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
130 lines (109 loc) · 2.01 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
.build/
*.class
*.o
*.pyc
*.pyo
*.tmp
.*.swp
.*.swo
*~
.DS_Store
*.vpp~*
*.ipr
*.iws
*.log
.classpath
.project
.settings/
*.sqlite3
filestore/
tags
.ropeproject/
doc/build/
doc/devilry.github.com/
.coverage
coverage_html_report/
cookies.txt
.devilry/
*.bak
*.egg-info/
dist/
cscope.out
Session.vim
deliverystore/
exampledata-backup.tar.bz2
\#*#
.#*
.sass-cache/
.mr.developer.cfg
*/.installed.cfg
*/bin/buildout
*/bin/django_*.py
*/bin/django_*.py.wsgi
*/bin/nosetests*
*/bin/seleniumrc
*/bin/python
*/bin/*-script.py
*/develop-eggs/
*/dist/
*/downloads/
#*/eggs/
*/parts/
*/devilry-static-files/
*/example-productionenv/bin/
productionenv/
*.exe
devilryrestfullib/build/
db_and_deliveries_stash/
.idea/
# devenv
devenv/*
!devenv/fabfile.py
!devenv/README.md
!devenv/buildout.cfg
# docs/
docs/.Python
docs/bin/
docs/include/
docs/lib/
docs/venv*/
# Intellij files
# see: http://devnet.jetbrains.net/docs/DOC-1186
workspace.xml
tasks.xml
.idea/libraries/
# Translations
devilry/apps/i18n/static/i18n/translations/
messages_local-*
# Generated ExtJS classes
#src/devilry/devilry/apps/administrator/static/extjs_classes/apps/
#src/devilry/devilry/apps/examiner/static/extjs_classes/apps/
#src/devilry/devilry/apps/extjshelpers/templates/extjshelpers/restful-generated-models.django.js
#src/devilry/devilry/apps/gradeeditors/static/extjs_classes/apps/
#src/devilry/devilry/apps/student/static/extjs_classes/apps/
# Checked out from mr.developer
src/django_extjs4/
# Generated ExtJS apps
all-classes.js
app.jsb3
# example-productionenv/
example-productionenv/bin/
example-productionenv/virtualenv/
example-productionenv/static/
# awsdemo
awsdemo/bin
awsdemo/awsfab_settings_local.py
awsdemo/virtualenv/
# Git repos - we sometimes check these out for development, and we do not want them as subrepos!
src/django_seleniumhelpers/
src/djangosenchatools/
src/django_devserver/
# npm installs
node_modules/
# vagrant/
vagrant/.vagrant
# buildoutcache/
buildoutcache/dlcache/*
!buildoutcache/dlcache/.keep
buildoutcache/eggs/*
!buildoutcache/eggs/.keep