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:
parent
12aa9ce400
commit
aded541501
27
.editorconfig
Normal file
27
.editorconfig
Normal 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
9
.gitignore
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
*/coverage.out
|
||||
|
||||
/ocis/bin
|
||||
/ocis/dist
|
||||
/hugo
|
||||
*.key
|
||||
*crt
|
||||
|
||||
.idea
|
3
ocis/.dockerignore
Normal file
3
ocis/.dockerignore
Normal file
@ -0,0 +1,3 @@
|
||||
*
|
||||
!dist/
|
||||
!bin/
|
18
ocis/.gitignore
vendored
18
ocis/.gitignore
vendored
@ -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
|
Loading…
x
Reference in New Issue
Block a user