first commit
This commit is contained in:
22
.gitignore
vendored
Normal file
22
.gitignore
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user