-
Notifications
You must be signed in to change notification settings - Fork 295
Commit
This commit was produced by copying over the files/folders recursively from the private Accenture repository which was on the commit: ------------------------------------------------------------------------ Commit: fce7bfb281d719fe41b15f90fb721ed525a9dba6 Parents: 80e17819bd280d48867dc1efc53c5ef57293c346 Author: hugo.borne-pons <hugo.borne-pons@accenture.com> Date: Thu Oct 24 2019 05:21:20 GMT-0700 (Pacific Daylight Time) Committer: hugo.borne-pons ------------------------------------------------------------------------
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM node:8 | ||
FROM node:8-slim | ||
|
||
ADD . /federation | ||
WORKDIR /federation | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,79 @@ | ||
# Eclipse, ctags, Mac metadata, log files | ||
.classpath | ||
.project | ||
.settings | ||
tags | ||
.DS_Store | ||
*.log | ||
*.log.gz | ||
*.orig | ||
|
||
.gradle | ||
|
||
# General build files | ||
**/build/* | ||
!docs/build/* | ||
|
||
lib/dokka.jar | ||
|
||
### JetBrains template | ||
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio | ||
|
||
*.iml | ||
|
||
## Directory-based project format: | ||
#.idea | ||
|
||
# if you remove the above rule, at least ignore the following: | ||
|
||
# Specific files to avoid churn | ||
.idea/*.xml | ||
.idea/copyright | ||
.idea/jsLibraryMappings.xml | ||
|
||
# User-specific stuff: | ||
.idea/tasks.xml | ||
.idea/dictionaries | ||
|
||
# Sensitive or high-churn files: | ||
.idea/dataSources.ids | ||
.idea/dataSources.xml | ||
.idea/sqlDataSources.xml | ||
.idea/dynamic.xml | ||
.idea/uiDesigner.xml | ||
|
||
# Gradle: | ||
.idea/libraries | ||
|
||
# Mongo Explorer plugin: | ||
.idea/mongoSettings.xml | ||
|
||
## File-based project format: | ||
*.ipr | ||
*.iws | ||
|
||
## Plugin-specific files: | ||
|
||
# IntelliJ | ||
/out/ | ||
workflows/out/ | ||
contracts/out/ | ||
clients/out/ | ||
testing/out/ | ||
|
||
# mpeltonen/sbt-idea plugin | ||
.idea_modules/ | ||
|
||
# JIRA plugin | ||
atlassian-ide-plugin.xml | ||
|
||
# Crashlytics plugin (for Android Studio and IntelliJ) | ||
com_crashlytics_export_strings.xml | ||
crashlytics.properties | ||
crashlytics-build.properties | ||
|
||
# docs related | ||
docs/virtualenv/ | ||
|
||
# if you use the installQuasar task | ||
lib |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.