mirror of
https://github.com/github/gitignore.git
synced 2025-01-22 08:19:13 -05:00
Compare commits
5 Commits
fba3f4f93c
...
f305e8615f
Author | SHA1 | Date | |
---|---|---|---|
|
f305e8615f | ||
|
d49bd6f0f7 | ||
|
e8554d85bf | ||
|
4f0b7a0694 | ||
|
d07e4b6b97 |
@ -167,5 +167,8 @@ cython_debug/
|
||||
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
|
||||
#.idea/
|
||||
|
||||
# Ruff stuff:
|
||||
.ruff_cache/
|
||||
|
||||
# PyPI configuration file
|
||||
.pypirc
|
||||
|
@ -17,6 +17,9 @@
|
||||
/wp-*.php
|
||||
/xmlrpc.php
|
||||
|
||||
# Migration subfolder
|
||||
/Migration
|
||||
|
||||
# Configuration
|
||||
wp-config.php
|
||||
|
||||
@ -24,7 +27,7 @@ wp-config.php
|
||||
/wp-content/themes/twenty*/
|
||||
|
||||
# Example plugin
|
||||
/wp-content/plugins/hello.php
|
||||
#/wp-content/plugins/hello.php
|
||||
|
||||
# Uploads
|
||||
/wp-content/uploads/
|
||||
|
Loading…
Reference in New Issue
Block a user