mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-04-07 14:06:16 +08:00
Add sprite files to ignore
This commit is contained in:
7
.gitignore
vendored
7
.gitignore
vendored
@ -3,12 +3,17 @@ Thumbs.db
|
||||
.DS_Store
|
||||
/deploy
|
||||
build/node_modules
|
||||
build/sprites/node_modules/
|
||||
apps/documenteditor/embed/resources/less/node_modules
|
||||
apps/presentationeditor/embed/resources/less/node_modules
|
||||
apps/spreadsheeteditor/embed/resources/less/node_modules
|
||||
apps/documenteditor/mobile/resources/sass/.sass-cache
|
||||
apps/spreadsheeteditor/mobile/resources/sass/.sass-cache
|
||||
apps/presentationeditor/mobile/resources/sass/.sass-cache
|
||||
apps/**/main/resources/**/iconssmall*.png
|
||||
apps/**/main/resources/**/iconssmall*.less
|
||||
apps/**/main/resources/**/iconsbig*.png
|
||||
apps/**/main/resources/**/iconsbig*.less
|
||||
|
||||
|
||||
# test documents
|
||||
@ -22,4 +27,4 @@ apps/spreadsheeteditor/mobile/offlinedocs
|
||||
# tests
|
||||
selenium-debug.log
|
||||
**/test/bin
|
||||
**/test/reports
|
||||
**/test/reports
|
||||
|
||||
Reference in New Issue
Block a user