Skip to content

Commit

Permalink
Initial setup
Browse files Browse the repository at this point in the history
  • Loading branch information
pratishshr committed Aug 27, 2019
1 parent a355bd7 commit 8ce052a
Show file tree
Hide file tree
Showing 10 changed files with 37 additions and 12 deletions.
14 changes: 2 additions & 12 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,5 @@
# Output of the go coverage tool, specifically when used with LiteIDE
*.out

# Dependency directories (remove the comment below to include it)
# vendor/

# IDEs
.vscode
.idea

# Main Package
shift

# Configfile
config.json
# misc
.DS_Store
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Shift

Automated infrastructure creation and deployment tool.

# Proposed Architecture

<img src="/architecture.svg"/>
Empty file added api/.gitkeep
Empty file.
3 changes: 3 additions & 0 deletions architecture.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file added cli/.gitkeep
Empty file.
Empty file added deployment/.gitkeep
Empty file.
25 changes: 25 additions & 0 deletions infrastructure/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib

# Test binary, built with `go test -c`
*.test

# Output of the go coverage tool, specifically when used with LiteIDE
*.out

# Dependency directories (remove the comment below to include it)
# vendor/

# IDEs
.vscode
.idea

# Main Package
shift

# Configfile
config.json
File renamed without changes.
File renamed without changes.

0 comments on commit 8ce052a

Please sign in to comment.