250 adding the dist folder on gitignore file
This commit is contained in:
parent
035cecfc95
commit
cf8a87bb89
56
.gitignore
vendored
56
.gitignore
vendored
@ -1,43 +1,15 @@
|
|||||||
$RECYCLE.BIN/
|
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
||||||
*.cab
|
|
||||||
*.lnk
|
# dependencies
|
||||||
*.log
|
bower_components
|
||||||
*.msi
|
|
||||||
*.msm
|
|
||||||
*.msp
|
|
||||||
*.pid
|
|
||||||
*.seed
|
|
||||||
*~
|
|
||||||
.AppleDB
|
|
||||||
.AppleDesktop
|
|
||||||
.AppleDouble
|
|
||||||
.DS_Store
|
|
||||||
.DocumentRevisions-V100
|
|
||||||
.LSOverride
|
|
||||||
.Spotlight-V100
|
|
||||||
.TemporaryItems
|
|
||||||
.Trash-*
|
|
||||||
.Trashes
|
|
||||||
.VolumeIcon.icns
|
|
||||||
._*
|
|
||||||
.apdisk
|
|
||||||
.directory
|
|
||||||
.fseventsd
|
|
||||||
.lock-wscript
|
|
||||||
.node_repl_history
|
|
||||||
.npm
|
|
||||||
.nyc_output
|
|
||||||
Desktop.ini
|
|
||||||
Icon
|
|
||||||
Network Trash Folder
|
|
||||||
Temporary Items
|
|
||||||
Thumbs.db
|
|
||||||
build/Release
|
|
||||||
coverage
|
|
||||||
dist
|
|
||||||
ehthumbs.db
|
|
||||||
lib-cov
|
|
||||||
logs
|
|
||||||
node_modules
|
node_modules
|
||||||
npm-debug.log*
|
|
||||||
pids
|
# testing
|
||||||
|
coverage
|
||||||
|
.nyc_output
|
||||||
|
|
||||||
|
# production
|
||||||
|
# dist
|
||||||
|
|
||||||
|
# debug
|
||||||
|
*.log
|
||||||
|
Loading…
Reference in New Issue
Block a user