From 1ad60a6e0c36ac8e82b63f0a0f9efbd7a197e13d Mon Sep 17 00:00:00 2001 From: Evgeny Mandrikov Date: Wed, 3 Oct 2012 18:51:51 +0400 Subject: [PATCH] Add .gitignore --- .gitignore | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000000..d07f683f8fd --- /dev/null +++ b/.gitignore @@ -0,0 +1,28 @@ +# Maven +target/ + +# IntelliJ IDEA +*.iws +*.iml +*.ipr +.idea/ + +# Eclipse +.classpath +.project +.settings + +# ---- Mac OS X +.DS_Store +Icon? +# Thumbnails +._* +# Files that might appear on external disk +.Spotlight-V100 +.Trashes + +# ---- Windows +# Windows image file caches +Thumbs.db +# Folder config file +Desktop.ini