Update ignore files.

feature/webpack
Icedream 2017-08-26 01:47:30 +02:00
parent c32db349d9
commit d0042f196e
Signed by: icedream
GPG Key ID: 1573F6D8EFE4D0CF
3 changed files with 14 additions and 3 deletions

View File

@ -22,11 +22,15 @@ build/Release
# Dependency directory # Dependency directory
# Deployed apps should consider commenting this 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 # 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 # Webpack output
/dist /dist
# Intermediate build files (cache, etc.)
/build
### ###
Dockerfile Dockerfile

View File

@ -22,7 +22,11 @@ build/Release
# Dependency directory # Dependency directory
# Deployed apps should consider commenting this 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 # 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 # Webpack output
/dist /dist
# Intermediate build files (cache, etc.)
/build

5
.gitignore vendored
View File

@ -20,10 +20,13 @@ coverage
build/Release build/Release
# Dependency directory # 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 # see https://npmjs.org/doc/faq.html#Should-I-check-my-node_modules-folder-into-git
node_modules/** node_modules/**
!node_modules/.gitkeep !node_modules/.gitkeep
# Webpack output # Webpack output
/dist /dist
# Intermediate build files (cache, etc.)
/build