partkeepr

fork of partkeepr
git clone https://git.e1e0.net/partkeepr.git
Log | Files | Refs | Submodules | README | LICENSE

commit 3c6e6beb26669e792ae550270cf44a64134a67b0
parent 7188090923b84ce2755a8aae7a053dba7f9d1995
Author: Felicitus <felicitus@felicitus.org>
Date:   Sun, 13 Sep 2015 16:54:37 +0200

Updated .gitignore with the data directories to keep

Diffstat:
M.gitignore | 16++++++++++++++--
1 file changed, 14 insertions(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore @@ -1,7 +1,18 @@ /build /setup /frontend -/data +/data/files/FootprintAttachment/* +/data/files/PartAttachment/* +/data/files/ProjectAttachment/* +/data/files/Temporary/* +/data/iclogo/* +/data/images/cache/* +/data/images/footprint/* +/data/images/iclogo/* +/data/images/part/* +/data/images/temp/* +/data/temp/* +/data/proxies/* .buildpath .externalToolBuilders .settings @@ -26,7 +37,8 @@ partkeepr.jsfiles /app/cache/* /app/config/parameters.yml /app/logs/* -/build/ /vendor/ /bin/ /composer.phar + +!.keep