Skip to content

Commit

Permalink
gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
mniYUNSU committed Aug 25, 2021
2 parents 10ed812 + 062e376 commit b1f10fe
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.env
node_modules
client/node_modules
server/node_modules
15 changes: 15 additions & 0 deletions buildspec.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
version: 0.2

phases:
pre_build:
commands:
- cd client
- npm install
build:
commands:
- npm run build

artifacts:
files:
- '**/*'
base-directory: client/build
2 changes: 0 additions & 2 deletions client/.gitignore

This file was deleted.

0 comments on commit b1f10fe

Please sign in to comment.