From 96caf7d7025ce941a1ff76dc5f54d6a31d1ccf0e Mon Sep 17 00:00:00 2001 From: Brian Coords Date: Wed, 7 Dec 2022 09:39:09 -0800 Subject: [PATCH] updates gitignore --- .gitignore | 61 ++++++++++++++++++++++++++++++++++++++++++------------ 1 file changed, 48 insertions(+), 13 deletions(-) diff --git a/.gitignore b/.gitignore index 3e532b0dc..b0359b635 100644 --- a/.gitignore +++ b/.gitignore @@ -1,17 +1,52 @@ -.sass-cache - +# ------------------------------------------------------------------------ +# This file specifies intentionally untracked files that Git should ignore +# - https://git-scm.com/docs/gitignore +# ------------------------------------------------------------------------ + +# Numerous always-ignore extensions +*.bak +*.cvs +*.db +*.diff +*.err +*.log +*.orig +*.rej +*.zip + +# Ignore all files and directories starting with . or ~ or ._ or ending with ~ +.* +~* +*~ +._* +# but track +!.babelrc.js +!.browserslist +!.editorconfig +!.gitattributes +!.github +!.gitignore + +# Ignore all files with .lock extentions +*.lock +# but track +!composer.lock + +# OS or Editor files and folders +*.code-workspace +*.elc +*.esproj +*.komodoproject +*.sublime* +*.tmproj* + +# Dependencies bower_components - node_modules - -understrap.zip - -dist - -dist-product - -npm-debug.log - /vendor/ -.DS_Store \ No newline at end of file +# Other Understrap specific files and directories +phpcs.xml +dist/ +dist-product/ +**/img