X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=.gitignore;h=d4c89f0610a0bf8564748cb1c7bebc7715f4b058;hb=0927c200070e0d7d7cadcb0440cfdd5194ce55a7;hp=2531fe4cdd2e34cad6c7b7a0541e283817f19ff2;hpb=78427f545788e01d3291a45e1bbfde70abd89f89;p=friendica-addons.git diff --git a/.gitignore b/.gitignore old mode 100755 new mode 100644 index 2531fe4c..d4c89f06 --- a/.gitignore +++ b/.gitignore @@ -1,23 +1,27 @@ -favicon.* -.htconfig.php -\#* -include/jquery-1.4.2.min.js -*.log -*.out -*.version* -favicon.* -home.html -addon -*~ - -#ignore documentation, it should be newly built -doc/api - -#ignore reports, should be generted with every build -report/ - -#ignore config files from eclipse, we don't want IDE files in our repository -.project -.buildpath -.externalToolBuilders -.settings +favicon.* +.htconfig.php +\#* +*.log +*.out +*.version* +favicon.* +*~ + +#ignore reports, should be generted with every build +report/ + +#ignore config files from eclipse, we don't want IDE files in our repository +.project +.buildpath +.externalToolBuilders +.settings +#ignore OSX .DS_Store files +.DS_Store + +/nbproject/private/ + +#ignore smarty cache +/view/smarty3/compiled/ + +#ignore Composer folder +vendor/