-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #725 from mercycorps/transporter-3.0.0
Transporter 3.0.0
- Loading branch information
Showing
112 changed files
with
14,883 additions
and
6,666 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,65 +1,87 @@ | ||
# OS generated files | ||
#################### | ||
.DS_Store | ||
|
||
# Log files | ||
########### | ||
*.log | ||
login.log.* | ||
*.pot | ||
*.pyc | ||
# Python bytecode: | ||
*.py[co] | ||
|
||
# Packaging files: | ||
*.egg* | ||
error.log | ||
|
||
# Editor temp files: | ||
# Editor configuration & temp files | ||
################################### | ||
.idea/ | ||
.vscode/ | ||
.nova/ | ||
*.swp | ||
*.swo | ||
*~ | ||
.eslintrc.yml | ||
|
||
# SQLite3 database files: | ||
*.db | ||
# Python Temp files | ||
################### | ||
*.py[co] | ||
*.pyc | ||
__pycache__ | ||
|
||
# Logs: | ||
*.log | ||
# Python packages | ||
################# | ||
*.egg* # unused? | ||
|
||
#allvritualenv | ||
# Local database | ||
################ | ||
*.db | ||
|
||
# Virtual environments | ||
###################### | ||
.env/ | ||
venv/ | ||
venv-ta/ | ||
.vagrant # unused? | ||
|
||
# Non-production config & secrets | ||
################################# | ||
conf | ||
conf/awstats.conf | ||
|
||
#Misc. | ||
.idea/ | ||
.vscode/ | ||
.DS_Store | ||
media/ | ||
client_secrets.json | ||
tola/settings/local_secret.py | ||
*.crt | ||
*.key | ||
error.log | ||
*.secret | ||
settings.secret.yml | ||
assets/ | ||
templates/links.html | ||
coverage_html | ||
.coverage | ||
coverage/ | ||
tola/settings/test_local.py | ||
log_convert_lop_to_numeric | ||
*.key | ||
*.secret | ||
*.crt | ||
|
||
# SASS Source Map | ||
*.css.map | ||
# Django collected static files | ||
############################### | ||
media/ | ||
|
||
# node modules | ||
# Frontend assets | ||
################# | ||
node_modules | ||
|
||
*.css.map | ||
webpack-stats-local.json | ||
webpack-stats-vagrant.json | ||
.vagrant | ||
site.retry | ||
.eslintrc.yml | ||
requirements.txt | ||
htmlcov | ||
webpack-stats-vagrant.json # unused? | ||
|
||
# ingore temp files in bulk import dir, which will always start with yyyymmdd | ||
# temp files in bulk import dir, which will always start with yyyymmdd | ||
###################################################################### | ||
indicators/bulk_import_files/[0-9]* | ||
|
||
# Are we sure we want to ignore these? | ||
###################################### | ||
requirements.txt | ||
|
||
# Probably related to automated tests we no longer use | ||
###################################################### | ||
coverage_html | ||
.coverage | ||
coverage/ | ||
htmlcov | ||
|
||
# ??? # | ||
####### | ||
assets/ | ||
templates/links.html | ||
log_convert_lop_to_numeric | ||
site.retry # ansible? | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.