-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
48 lines (37 loc) · 893 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
# ignore emacs backups
*~
# compiled python binaries
*.pyc
# other binaries
*.so
*.o
# emacs hash filenames
\#*
*.db
# links setup for static files in in django 1.2 version of h1ds
h1ds_core
h1ds_mdsplus
celery
celerybeat-schedule
local_settings.py
h1ds/conf/apache/h1ds_staging.conf
h1ds/conf/apache/h1ds_production.conf
# ignore files with custom settings
# the templates for these files are kept in the repo
# but not the customised versions.
h1ds/fabfile.py
h1ds/settings_development.py
h1ds/settings_staging.py
h1ds/settings_production.py
rabbitmq-signing-key-public.asc
# don't include built sphinx docs.
h1ds/docs/_build
whoosh_index
h1ds/moin.staging.sh
h1ds/moin.production.sh
h1ds/gunicorn.staging.sh
h1ds/gunicorn.production.sh
h1ds/conf/nginx/h1ds_staging.conf
h1ds/conf/nginx/h1ds_production.conf
h1ds/conf/supervisord.staging.conf
h1ds/conf/supervisord.production.conf