Browse Source

Add git and docker ignores

develop
Apostolos Fanakis 4 years ago
parent
commit
6c58721efb
  1. 17
      .dockerignore
  2. 0
      packages/concordia-app/.dockerignore
  3. 18
      packages/concordia-app/.gitignore

17
.dockerignore

@ -0,0 +1,17 @@
node_modules
.idea
.git
docker/
!docker/apella-contracts/migrate.sh
packages/*/node_modules
packages/*/dist
packages/*/coverage
# TO-NEVER-DO: exclude the build *folder* from contracts package, it's needed for building the app the JSON contract
# artifacts can be ignored
packages/apella-contracts/build/*
packages/apella-app/build
Jenkinsfile

0
packages/concordia-app/.dockerignore

18
packages/concordia-app/.gitignore

@ -0,0 +1,18 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# testing
/coverage
# production
/build
# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
npm-debug.log*
yarn-debug.log*
yarn-error.log*
Loading…
Cancel
Save