-
Notifications
You must be signed in to change notification settings - Fork 18
/
.gitignore
executable file
·85 lines (67 loc) · 1.42 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
# Vagrant
.vagrant
# Test Kitchen
.kitchen
# djang-dotenv
.env
# emacs :)
*~
*.py[cod]
src
env
# C extensions
*.so
# Packages
.egg
.egg-info
develop-eggs
.installed.cfg
lib64
# Installer logs
pip-log.txt
# Unit test / coverage reports
.coverage
.tox
nosetests.xml
# never check in private keys
*.pem
*.key
*.crt
# Translations
.mo
# Mr Developer
.mr.developer.cfg
.project
.pydevproject
# pycharm related
.idea
# OSX File stuff
.DS_Store
# never check-in local_settings or client configuration - it should be a symlink
footprint/local_settings.py
footprint/client_config.py
footprint/main/templates/footprint/index.html
# sproutcore build files
footprint/main/static/data_manager_ui
footprint/main/static/footprint*
footprint/main/static/fp
footprint/main/static/query_ui
footprint/main/static/sc-table
footprint/main/static/sproutcore*
# celery process id files generated while running
celerybeat-schedule
celerybeat.pid
celeryev.pid
.lnk
# Sproutcore
sproutcore/tmp
sproutcore/builds
# Sproutcore symlinks for client images
sproutcore/frameworks/footprint/resources/images/client_login_page_logo.png
sproutcore/frameworks/footprint/resources/images/client_login_page_logo_lower.png
# New Relic config file
newrelic.ini
# Bower installs to sproutcore/frameworks/bower_components, but that directory
# needs Buildfile for sproutcore's build/serve
sproutcore/frameworks/bower_components/*/*
!sproutcore/frameworks/bower_components/*