Skip to content

Commit

Permalink
fix(create-bottender-app): add dist to git ignore for TypeScript
Browse files Browse the repository at this point in the history
  • Loading branch information
chentsulin committed Mar 25, 2020
1 parent 7f9c6f0 commit 75013d6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion packages/create-bottender-app/template-typescript/gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ build/Release
node_modules/
jspm_packages/

# Typescript v1 declaration files
# TypeScript v1 declaration files
typings/

# Optional npm cache directory
Expand All @@ -61,3 +61,6 @@ typings/

# dotenv environment variables file
.env

# TypeScript compiled directory
dist
2 changes: 1 addition & 1 deletion packages/create-bottender-app/template/gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ build/Release
node_modules/
jspm_packages/

# Typescript v1 declaration files
# TypeScript v1 declaration files
typings/

# Optional npm cache directory
Expand Down

0 comments on commit 75013d6

Please sign in to comment.