Skip to content

Commit

Permalink
Remove unnecessary gitignore rules (#8761)
Browse files Browse the repository at this point in the history
  • Loading branch information
deivid-rodriguez authored Jan 11, 2024
1 parent bc4de14 commit e20490e
Show file tree
Hide file tree
Showing 19 changed files with 0 additions and 20 deletions.
2 changes: 0 additions & 2 deletions bundler/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,5 @@
/.env
/tmp
/dependabot-*.gem
Gemfile.lock
spec/fixtures/projects/*/.bundle/
!spec/fixtures/projects/**/Gemfile.lock
!spec/fixtures/projects/**/vendor
1 change: 0 additions & 1 deletion cargo/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@
/.env
/tmp
/dependabot-*.gem
Gemfile.lock
1 change: 0 additions & 1 deletion common/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@
/.env
/tmp
/dependabot-*.gem
Gemfile.lock
1 change: 0 additions & 1 deletion composer/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@
/dependabot-*.gem
/helpers/vendor/
.php-cs-fixer.cache
Gemfile.lock
1 change: 0 additions & 1 deletion docker/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@
/.env
/tmp
/dependabot-*.gem
Gemfile.lock
1 change: 0 additions & 1 deletion elm/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@
/.env
/tmp
/dependabot-*.gem
Gemfile.lock
1 change: 0 additions & 1 deletion git_submodules/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@
/.env
/tmp
/dependabot-*.gem
Gemfile.lock
1 change: 0 additions & 1 deletion github_actions/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@
/.env
/tmp
/dependabot-*.gem
Gemfile.lock
1 change: 0 additions & 1 deletion go_modules/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@
/.env
/tmp
/dependabot-*.gem
Gemfile.lock
1 change: 0 additions & 1 deletion gradle/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@
/.env
/tmp
/dependabot-*.gem
Gemfile.lock
1 change: 0 additions & 1 deletion hex/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,3 @@
/helpers/deps/
/helpers/install-dir
/dependabot-*.gem
Gemfile.lock
1 change: 0 additions & 1 deletion maven/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@
/.env
/tmp
/dependabot-*.gem
Gemfile.lock
1 change: 0 additions & 1 deletion npm_and_yarn/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@
/dependabot-*.gem
/helpers/node_modules
/helpers/install-dir
Gemfile.lock
1 change: 0 additions & 1 deletion nuget/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@
/.env
/tmp
/dependabot-*.gem
Gemfile.lock
Properties/
1 change: 0 additions & 1 deletion omnibus/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@
/.env
/tmp
/dependabot-*.gem
Gemfile.lock
1 change: 0 additions & 1 deletion pub/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@
/.env
/tmp
/dependabot-*.gem
Gemfile.lock
.dart_tool/
.packages
1 change: 0 additions & 1 deletion python/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@
/.env
/tmp
/dependabot-*.gem
Gemfile.lock
helpers/install-dir
1 change: 0 additions & 1 deletion swift/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@
/.env
/tmp
/dependabot-*.gem
Gemfile.lock
1 change: 0 additions & 1 deletion terraform/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@
/.env
/tmp
/dependabot-*.gem
Gemfile.lock
.terraform

0 comments on commit e20490e

Please sign in to comment.