From 65d17a1245f75e6300e24151ea2ef1b84beacc23 Mon Sep 17 00:00:00 2001 From: Maxim Kadushkin Date: Wed, 21 Sep 2016 14:07:19 +0300 Subject: [PATCH] added gitignore --- .gitattributes | 3 +++ .gitignore | 18 ++++++++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..8729d67e5 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +common/editors/apps/documenteditor/main/resources/help/* linguist-documentation +common/editors/apps/presentationeditor/main/resources/help/* linguist-documentation +common/editors/apps/spreadsheeteditor/main/resources/help/* linguist-documentation \ No newline at end of file diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..0b9af7d7c --- /dev/null +++ b/.gitignore @@ -0,0 +1,18 @@ + +win-linux/build/Release/* +win-linux/build/Debug/* + +win-linux/*.user + +common/loginpage/build/node_modules/* +common/converter/* +*/.svn/* + +.DS_Store +*.xcuserstate +*.xcuserdatad +.idea +macos/Vendor/ONLYOFFICE +macos/Production/Production/ONLYOFFICE.app +*.xcscmblueprint +dsa_priv.pem \ No newline at end of file