forked from cyverse/atmosphere
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
60 lines (58 loc) · 936 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
B.DS_Store
*.class
*.pyc
*.pyo
*~
celerybeat-schedule
flower.db
nohup.out
*.log
*.out
*.pot
*/*.json
*.org
*.bak
.*
#*#
#*.*#
atmosphere/settings/local.py
atmosphere/settings/secrets.py
atmosphere/settings/secret_key.py
logs/*
static/*
extras/euca/*
extras/goodies/*
extras/init.d/celeryd.default
extras/systemd/celeryd.default
extras/install-scripts/*
extras/sql/*
extras/ssh/*
extras/newrelic/*
extras/apache/atmo.conf
extras/nginx/Makefile
extras/nginx/site.conf
extras/nginx/locations/atmo.conf
extras/nginx/locations/lb.conf
extras/uwsgi/atmo.uwsgi.ini
tests/secrets
n/service.log
n/service.err
config.yaml
local_settings.py
settings.py
djcelery.schedulers.DatabaseScheduler
/env
variables.ini
# generated file backups
*.bak.[0-9]*_[0-9]*
# ignore any initialization files (aka secrets or sensitive infoz)
clank_init
clank
*-extras/*
secrets*
scratch
# Ignore Coverage files
.coverage
coverage.xml
htmlcov/
rerun_failing.features