From cf8a87bb898b30fe0174f035af83d049228f6061 Mon Sep 17 00:00:00 2001 From: CJ Patoilo Date: Sun, 7 Jun 2020 23:07:08 -0300 Subject: [PATCH] 250 adding the dist folder on gitignore file --- .gitignore | 56 ++++++++++++++---------------------------------------- 1 file changed, 14 insertions(+), 42 deletions(-) diff --git a/.gitignore b/.gitignore index dc774b8..240c8a9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,43 +1,15 @@ -$RECYCLE.BIN/ -*.cab -*.lnk -*.log -*.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 +# See https://help.github.com/articles/ignoring-files/ for more about ignoring files. + +# dependencies +bower_components node_modules -npm-debug.log* -pids + +# testing +coverage +.nyc_output + +# production +# dist + +# debug +*.log