From 1125e42a7e94619c9c89fbe16186d591412586cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20D=C3=BCsterhus?= Date: Sat, 26 Nov 2011 13:37:02 +0100 Subject: [PATCH] Adding gitignore file. Work on Tims Chat 3.0 has now begun. --- .gitignore | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d9b96dd --- /dev/null +++ b/.gitignore @@ -0,0 +1,50 @@ +# Linux +# backup files +*~ + +# Windows +# thumbnails +Thumbs.db + +# Mac OS X +# metadata +.DS_Store +# thumbnails +._* + +# Visual Studio PHP +*.sln +*.phpproj +*.puo +*.suo +*.cache + +# Netbeans +nbproject/ +catalog.xml +nbactions.xml + +# Eclipse +.settings/ +.buildpath +.classpath +.project + +# SVN +# svn folders +.svn/ + +# PHPStorm +.idea/ +.nameencodings +.xmlmisc +.xmlmodules +.xmlprojectCodeStyle +.xmlvcs.xml +*.imlworkspace +.xml + +# Community Framework +# Ignore packages build directly in the workspace. They can however be added manually via git add, if wanted. +*.tar +*.tar.gz \ No newline at end of file