Skip to content

Commit

Permalink
#248 Add ignore files to blueprint
Browse files Browse the repository at this point in the history
  • Loading branch information
filippomc committed Jul 1, 2022
1 parent 36a4607 commit 9662336
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
6 changes: 6 additions & 0 deletions blueprint/.dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
**/node_modules
applications
deployment
build
cloud-harness
.git
20 changes: 20 additions & 0 deletions blueprint/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
*.jar
.idea
*.iml
node_modules
mnp-custom
.openapi-generator
*.pyc
.vscode
.coverage
*.DS_Store
cloud-harness
build
skaffold.yaml
/deployment.yaml
/.run/
*.egg-info
.overrides
.hypothesis
.pytest_cache
__pycache__

0 comments on commit 9662336

Please sign in to comment.