Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.

Commit

Permalink
updated .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
sdadn committed Feb 29, 2024
1 parent aa47783 commit 028aa22
Showing 1 changed file with 1 addition and 69 deletions.
70 changes: 1 addition & 69 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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/

0 comments on commit 028aa22

Please sign in to comment.