-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy path.gitignore
119 lines (95 loc) · 1.34 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
*.py[cod]
.ipython/
# Packages
*.egg
*.egg-info
.eggs
dist
build
eggs
parts
sdist
develop-eggs
.installed.cfg
/var
/lib
/lib64
# Installer logs
pip-log.txt
cache/pip
# Unit test / coverage reports
.coverage
.tox
nosetests.xml
coverage.xml
htmlcov/
reports/
test/results/
# Translations
*.mo
# SQLdatabases
#
db.sqlite3
db.sqlite3.dev
# OSX
#
.DS_Store
.AppleDouble
.LSOverride
Icon
# Thumbnails
#
._*
# Files that might appear on external disk
#
.Spotlight-V100
.Trashes
# Virtualenv
# http://iamzed.com/2009/05/07/a-primer-on-virtualenv/
.Python
# [Bb]in
[Ii]nclude
/[Ll]ib
[Ss]cripts
# JetBrains
/.idea/
atlassian-ide-plugin.xml
goldstone/.idea/
# local settings
goldstone/settings/.secret_key_store
celerybeat-schedule
celerybeat-schedule.db
node_modules/
# Emacs backup files, TAGS
*.*~
\#*.*\#
TAGS
# mkdocs site
docs/site/
# addon modules
.gitmodules
desktop/
# docker static data
docker/goldstone-app/goldstone-server/
docker/goldstone-app-e/goldstone-server/
docker/goldstone-task/goldstone-server/
docker/goldstone-task-e/goldstone-server/
docker/goldstone-web/static/
docker/goldstone-web-e/static/
# docker dev environment data
.cache/
.cinderclient/
.novaclient/
.bashrc
.bash_history
.exrc
.pylint.d/
/static
AUTHORS
ChangeLog
# packaging
rpm_packaging/temp/
rpm_packaging/pkg/
rpm_packaging/.vagrant/
# desktop binary
Goldstone-darwin-x64