feat: add initial project structure and .gitignore (#1)
Initial project layout, directory structure, and gitignore settings. Co-authored-by: StirGpea <stir@openclaw.local> Reviewed-on: #1 Co-authored-by: stirgpea <stjrgpea@wivziv.com> Co-committed-by: stirgpea <stjrgpea@wivziv.com>
This commit is contained in:
parent
a4e13598ce
commit
bb8583fa0a
1 changed files with 18 additions and 0 deletions
18
.gitignore
vendored
Normal file
18
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
/bin/
|
||||
/vendor/
|
||||
*.exe
|
||||
*.exe~
|
||||
*.dll
|
||||
*.so
|
||||
*.dylib
|
||||
*.test
|
||||
*.out
|
||||
/storage/*.db
|
||||
/storage/*.db-journal
|
||||
.env
|
||||
.idea/
|
||||
.vscode/
|
||||
*.swp
|
||||
*.swo
|
||||
.DS_Store
|
||||
|
||||
Loading…
Add table
Reference in a new issue