1
0
mirror of https://github.com/owncloud/ocis.git synced 2025-04-18 23:44:07 +03:00

Add missing skeleton [skip ci]

This commit is contained in:
Michael Barz 2020-09-23 15:50:20 +02:00
parent 12aa9ce400
commit aded541501
No known key found for this signature in database
GPG Key ID: 8B36FAF20D80DB3F
7 changed files with 39 additions and 18 deletions

27
.editorconfig Normal file
View File

@ -0,0 +1,27 @@
# http://editorconfig.org
root = true
[*]
charset = utf-8
insert_final_newline = true
trim_trailing_whitespace = true
[Makefile]
indent_style = tab
indent_size = 4
[*.go]
indent_style = tab
indent_size = 4
[*.starlark]
indent_style = space
indent_size = 2
[*.yml]
indent_style = space
indent_size = 2
[*.md]
trim_trailing_whitespace = true

9
.gitignore vendored Normal file
View File

@ -0,0 +1,9 @@
*/coverage.out
/ocis/bin
/ocis/dist
/hugo
*.key
*crt
.idea

3
ocis/.dockerignore Normal file
View File

@ -0,0 +1,3 @@
*
!dist/
!bin/

18
ocis/.gitignore vendored
View File

@ -1,18 +0,0 @@
coverage.out
/bin
/dist
/hugo
*.key
*crt
/eos-docker
# API acceptance tests
composer.lock
/vendor
vendor-bin/**/vendor
vendor-bin/**/composer.lock
tests/acceptance/output
.idea