forked from chop-dbhi/harvest-openmrs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
46 lines (38 loc) · 941 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
# Standard fair
.DS_Store
*~
*.py?
*.sw?
*.egg-info
*.egg
*.sock
dist
sdist
build
pip-log.txt
MANIFEST
# ETL
etl/harvestdb.properties
etl/harvestdb_postgres.properties
etl/harvestdb_sqlite.properties
etl/harvestdb.sqlite
# Sass/Coffee
.watch-pid
.sass-cache
# Ignore local settings file intended for environment-specific settings
settings
local_settings.py
# Ignore compiled coffeescripts
openmrs/static/scripts/javascript/src/core/mixins.js
openmrs/static/scripts/javascript/src/environ.js
openmrs/static/scripts/javascript/src/main.js
# Ignore optimized javascripts
openmrs/static/scripts/javascript/min
# All Sass files will be compiled into this directory
openmrs/static/stylesheets/css/*.css
!openmrs/static/stylesheets/img
# Collected static files via Django's staticfiles app
_site/static
# Do not version user uploaded content since these files might be huge.
# Have another strategy for backing up this content.
_site/media