Skip to content
This repository has been archived by the owner on Aug 26, 2022. It is now read-only.

Commit

Permalink
bug 1352232: Add SCL3 section to ignore files
Browse files Browse the repository at this point in the history
Some files should not be used in development, but are still used in the
SCL3 deployment process.
  • Loading branch information
jwhitlock committed May 12, 2017
1 parent a0620eb commit 077601f
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 11 deletions.
16 changes: 10 additions & 6 deletions .dockerignore
Expand Up @@ -25,7 +25,6 @@ coverage.xml

# Translations
*.mo
*.pot

# Sphinx documentation
docs/_build/
Expand Down Expand Up @@ -61,8 +60,6 @@ docker-compose.locust.yml
humans.txt
james.ini
kuma/static/js/libs/ckeditor/source/ckbuilder
kumascript_settings_local.json
kumascript_settings_local.json*
mdn_sample_db.sql
mdn_sample_db.sql.gz
mdntests/
Expand All @@ -72,11 +69,18 @@ media/uploads
media/revision.txt
media/kumascript-revision.txt
node_modules/
settings_local.py
settings_local.py*
/static/
tmp

# SCL3-specific files
# TODO: Remove when AWS move is complete
kumascript_settings_local.json
kumascript_settings_local.json*
!kumascript_settings_local.json-dist
settings_local.py
settings_local.py*
webroot/.htaccess

# Selenium
geckodriver.log

Expand All @@ -85,7 +89,6 @@ geckodriver.log
logs/
xfers/*
wheelhouse
webroot/.htaccess
uploads/
kumascript.log

Expand Down Expand Up @@ -115,3 +118,4 @@ Dockerfile*
kumascript/*
# Rebuilt in Docker
locale/*/LC_MESSAGES/*.mo
*.pot
14 changes: 9 additions & 5 deletions .gitignore
Expand Up @@ -58,8 +58,6 @@ docker-compose.locust.yml
humans.txt
james.ini
kuma/static/js/libs/ckeditor/source/ckbuilder
kumascript_settings_local.json
kumascript_settings_local.json*
mdn_sample_db.sql
mdn_sample_db.sql.gz
mdntests/
Expand All @@ -69,11 +67,18 @@ media/uploads
media/revision.txt
media/kumascript-revision.txt
node_modules/
settings_local.py
settings_local.py*
/static/
tmp

# SCL3-specific files
# TODO: Remove when AWS move is complete
kumascript_settings_local.json
kumascript_settings_local.json*
!kumascript_settings_local.json-dist
settings_local.py
settings_local.py*
webroot/.htaccess

# Selenium
geckodriver.log

Expand All @@ -82,6 +87,5 @@ geckodriver.log
logs/
xfers/*
wheelhouse
webroot/.htaccess
uploads/
kumascript.log

0 comments on commit 077601f

Please sign in to comment.