Skip to content

Commit

Permalink
Update .gitignore and php-fig-guide submodule
Browse files Browse the repository at this point in the history
- Added patterns to .gitignore for temporary, backup, and swap files to prevent clutter in the repository.
- Updated the php-fig-guide submodule to the latest commit for improved compatibility and features.
  • Loading branch information
jonesrussell committed Jan 11, 2025
1 parent 738a57e commit d374928
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,8 @@ vendor
Gemfile.lock
*:Zone.Identifier

*.tmp
*~
*.bak
.*.swp
.vscode/*.tmp
2 changes: 1 addition & 1 deletion code/php-fig-guide
Submodule php-fig-guide updated 1 files
+6 −0 .gitignore

0 comments on commit d374928

Please sign in to comment.