init repo

This commit is contained in:
Sun-ZhenXing
2025-09-21 13:28:21 +08:00
commit e04f439c3b
3 changed files with 36 additions and 0 deletions

18
.editorconfig Normal file
View File

@@ -0,0 +1,18 @@
root = true
[*]
indent_size = 2
indent_style = space
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.md]
trim_trailing_whitespace = false
[Dockerfile]
indent_size = 4
[*.dockerfile]
indent_size = 4

17
.gitignore vendored Normal file
View File

@@ -0,0 +1,17 @@
# Env
.env
.env.*
!.env.example
# Editor directories and files
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
# Logs
logs
*.log

1
README.md Normal file
View File

@@ -0,0 +1 @@
# Compose Anything