23 lines
271 B
Plaintext
23 lines
271 B
Plaintext
# ignore everything in the root
|
|
/*
|
|
/*.*
|
|
|
|
# except "wp-content":
|
|
!wp-content/
|
|
|
|
# ignore everything in "wp-content":
|
|
wp-content/*
|
|
|
|
!wp-content/plugins/
|
|
|
|
wp-content/plugins/*
|
|
|
|
# except:
|
|
!wp-content/plugins/econgood_civi/
|
|
|
|
# ignore htaccess
|
|
.htaccess
|
|
|
|
!.gitignore
|
|
!README.md
|