Compare commits

...

4 Commits

Author SHA1 Message Date
Private
e32d49aab6
Merge ba97521cb2 into 9a2ae1c470 2026-04-24 20:48:00 +00:00
Devin Dooley
9a2ae1c470
Merge pull request #4851 from nard-tech/nard-tech-patch-1
Fix lowercase letter in WordPress.gitignore comment
2026-04-24 13:47:20 -07:00
Fujita Shu
322d56fec4
Fix lowercase letter in WordPress.gitignore comment
corrected the lowercase letters that should have been uppercase.
2026-04-24 12:06:30 +09:00
Private
ba97521cb2
Add pattern to ignore *_i.h files
The ATL project template of Visual Studio will generate the header file xxx_i.h.
2026-02-28 11:39:19 +08:00
2 changed files with 3 additions and 2 deletions

View File

@ -98,6 +98,7 @@ StyleCopReport.xml
*_i.c
*_p.c
*_h.h
*_i.h
*.ilk
*.meta
*.obj

View File

@ -1,4 +1,4 @@
# Wordpress - ignore core, configuration, examples, uploads and logs.
# WordPress - ignore core, configuration, examples, uploads and logs.
# https://github.com/github/gitignore/blob/main/WordPress.gitignore
# Core
@ -45,4 +45,4 @@ wp-config.php
#
# Note: If you wish to whitelist themes,
# uncomment the next line
#/wp-content/themes
#/wp-content/themes