Skip to content
This repository has been archived by the owner on Oct 17, 2020. It is now read-only.

Commit

Permalink
Add .dockerignore file (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
rohithbalaji123 authored Mar 14, 2020
1 parent 0415aba commit 4cd3b08
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Documentation
doc
promo

# Node.js dependencies
node_modules

# ignore files
.gitignore
.dockerignore

# Environmental variables
.env.development
.env.dist

# Build
build

# macOS metadata
.DS_Store

# git tracks
.git/
.github/

0 comments on commit 4cd3b08

Please sign in to comment.