docbrown/.dockerignore
Joe Doss 4ebb0d39ac
Set --disable-march-tune-native when building sassc. (#8229)
* Set --disable-march-tune-native when building sassc.
  https://github.com/sass/sassc-ruby/issues/146

* Let's ignore the .gems folder when building a Container.

* Let's purge the dnf cache!
2020-06-01 22:25:47 -05:00

63 lines
887 B
Text

.dockerignore
.git
.gitignore
logs/
tmp/
node_modules/
##################################
#
# rest is COPIED from .gitignore
#
##################################
# Ignore bundler config.
/.bundle
vendor/bundle
# Ignore all logfiles and tempfiles.
/log/*
!/log/.keep
/tmp
.DS_Store
.swp
.approvals
.torus.json
coverage
/tags
# Ignore public uploads
/public/uploads/*
/public/c/*
/public/i/*
/public/assets/*
# Ignore node_modules
node_modules/
# Generated js bundles
/app/assets/javascripts/generated/*
latest.dump
.byebug_history
.gitdocs_build/
# Ignore application configuration
/public/packs
/public/packs-test
/node_modules
# Ignore storybook static site generation
storybook-static/
yarn-error.log
# Ignore package-lock.json because we use yarn
package-lock.json
#Jetbrains Tools
.idea/
#sitemap
/public/sitemap.xml.gz
# Development container gem storage location
.gems