Update ignore files.
parent
c32db349d9
commit
d0042f196e
|
@ -22,11 +22,15 @@ build/Release
|
|||
# Dependency directory
|
||||
# Deployed apps should consider commenting this line out:
|
||||
# see https://npmjs.org/doc/faq.html#Should-I-check-my-node_modules-folder-into-git
|
||||
node_modules
|
||||
node_modules/**
|
||||
!node_modules/.gitkeep
|
||||
|
||||
# Webpack output
|
||||
/dist
|
||||
|
||||
# Intermediate build files (cache, etc.)
|
||||
/build
|
||||
|
||||
###
|
||||
|
||||
Dockerfile
|
||||
|
|
|
@ -22,7 +22,11 @@ build/Release
|
|||
# Dependency directory
|
||||
# Deployed apps should consider commenting this line out:
|
||||
# see https://npmjs.org/doc/faq.html#Should-I-check-my-node_modules-folder-into-git
|
||||
node_modules
|
||||
node_modules/**
|
||||
!node_modules/.gitkeep
|
||||
|
||||
# Webpack output
|
||||
/dist
|
||||
|
||||
# Intermediate build files (cache, etc.)
|
||||
/build
|
||||
|
|
|
@ -20,10 +20,13 @@ coverage
|
|||
build/Release
|
||||
|
||||
# Dependency directory
|
||||
# Deployed apps should consider commenting these line out:
|
||||
# Deployed apps should consider commenting this line out:
|
||||
# see https://npmjs.org/doc/faq.html#Should-I-check-my-node_modules-folder-into-git
|
||||
node_modules/**
|
||||
!node_modules/.gitkeep
|
||||
|
||||
# Webpack output
|
||||
/dist
|
||||
|
||||
# Intermediate build files (cache, etc.)
|
||||
/build
|
||||
|
|
Loading…
Reference in New Issue