From 028aa22b506beede753a71714b1124ba46dfbdca Mon Sep 17 00:00:00 2001 From: Saad <38024451+sdadn@users.noreply.github.com> Date: Thu, 29 Feb 2024 15:17:31 -0600 Subject: [PATCH] updated .gitignore --- .gitignore | 70 +----------------------------------------------------- 1 file changed, 1 insertion(+), 69 deletions(-) diff --git a/.gitignore b/.gitignore index ed8cd4979..4f8361970 100644 --- a/.gitignore +++ b/.gitignore @@ -1,71 +1,3 @@ -# From https://github.com/github/gitignore -# - Node.gitignore -# - Ruby.gitignore -# - Sass.gitignore - -# *.bridgesupport -# *.css.map -# *.gem -# *.log -# *.pid -# *.pid.lock -# *.rbc -# *.seed -# .dat* -# .grunt -# .lock-wscript -# .node_repl_history -# .npm -# .nyc_output -# .repl_history -# .rvmrc -# .sass-cache/ -# /.bundle/ -# /.config -# /.yardoc/ -# /_yardoc/ -# /coverage/ -# /doc/ -# /InstalledFiles -# /lib/bundler/man/ -# /pkg/ -# /rdoc/ -# /spec/examples.txt -# /spec/reports/ -# /test/tmp/ -# /test/version_tmp/ -# tmp -# /vendor/bundle -# build-iPhoneOS/ -# build-iPhoneSimulator/ -# build/ -# dist/ -# build/Release -# coverage -# jspm_packages -# lib-cov -# logs -# node_modules -# npm-debug.log* -# pids -# reports -# screenshots -# target -# **/wdio/__snapshots__/screen -# **/wdio/__snapshots__/latest -# **/wdio/__snapshots__/diff -# **/wdio/__snapshots__/error -# errorScreenshots -# **/aggregated-translations/*.* -# generated-themes -# # package-lock.json -# packages/**/package-lock.json -# lib -# !/packages/terra-cli/tests/jest/fixtures/*/node_modules/ -# !/packages/terra-cli/tests/jest/fixtures/**/lib/ -# !/packages/duplicate-package-checker-webpack-plugin/tests/jest/**/node_modules/ -# .idea - # local-files *.log *.tgz @@ -87,7 +19,7 @@ reports **/__snapshots__/error **/__snapshots__/diff -# Path exceptions to include: +# path exceptions to include: !/packages/terra-cli/tests/jest/fixtures/*/node_modules/ !/packages/terra-cli/tests/jest/fixtures/**/lib/ !/packages/duplicate-package-checker-webpack-plugin/tests/jest/**/node_modules/