.gitignoreを追加し、設定ファイルをiniにしサンプルを追加しました

This commit is contained in:
2025-12-25 19:12:40 +09:00
parent 7b07ce563e
commit 4da92060cf
5 changed files with 61 additions and 0 deletions

36
.gitignore vendored Normal file
View File

@@ -0,0 +1,36 @@
TODO.md
*.exe
*.exe~
*.dll
*.so
*.dylib
*.test
*.out
/bin/
/build/
/vendor/
.idea/
.vscode/
*.swp
*.swo
*~
.env
.env.local
.env.*.local
*.db
*.sqlite
*.sqlite3
*.log
logs/
.DS_Store
Thumbs.db
configs/config.local.yaml