mirror of https://github.com/itflow-org/itflow
Add xcustom and /post/xcustom to the git ignore list so git doesnt overwrite them except for the readme.php inside them
This commit is contained in:
parent
304623fc05
commit
a3a0a3e8c6
|
|
@ -22,3 +22,7 @@ plugins/htmlpurifier/standalone/HTMLPurifier/DefinitionCache/Serializer/URI/*
|
|||
plugins/htmlpurifier/standalone/HTMLPurifier/DefinitionCache/Serializer/CSS/*
|
||||
!plugins/htmlpurifier/standalone/HTMLPurifier/DefinitionCache/Serializer/CSS/.gitkeep
|
||||
.vscode/settings.json
|
||||
xcustom/*
|
||||
!xcustom/readme.php
|
||||
post/xcustom
|
||||
!post/xcustom/readme.php
|
||||
|
|
|
|||
Loading…
Reference in New Issue