Skip to content

Commit

Permalink
Fix gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Bassem Dghaidi committed Jul 14, 2022
1 parent 997e0d6 commit fe81cef
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 13 deletions.
9 changes: 1 addition & 8 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -217,11 +217,4 @@ tags
### VisualStudioCode Patch ###
# Ignore all local history of files
.history
.ionide

### Packer variable files
*.pkrvars.hcl
# Elastic Beanstalk Files
.elasticbeanstalk/*
!.elasticbeanstalk/*.cfg.yml
!.elasticbeanstalk/*.global.yml
.ionide
18 changes: 18 additions & 0 deletions web/.elasticbeanstalk/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
branch-defaults:
default:
environment: ci-cd-intro
group_suffix: null
global:
application_name: ci-cd-intro
branch: null
default_ec2_keyname: aws-eb
default_platform: Node.js 16 running on 64bit Amazon Linux 2
default_region: eu-west-2
include_git_submodules: true
instance_profile: null
platform_name: null
platform_version: null
profile: null
repository: null
sc: null
workspace_type: Application
5 changes: 0 additions & 5 deletions web/.gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +0,0 @@

# Elastic Beanstalk Files
.elasticbeanstalk/*
!.elasticbeanstalk/*.cfg.yml
!.elasticbeanstalk/*.global.yml

0 comments on commit fe81cef

Please sign in to comment.