mirror of
https://github.com/ONLYOFFICE/desktop-apps.git
synced 2026-02-10 09:55:20 +08:00
added gitignore
This commit is contained in:
3
.gitattributes
vendored
Normal file
3
.gitattributes
vendored
Normal file
@ -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
|
||||
18
.gitignore
vendored
Normal file
18
.gitignore
vendored
Normal file
@ -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
|
||||
Reference in New Issue
Block a user