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