Initial commit including .env

This commit is contained in:
2026-06-22 17:43:40 +05:30
commit c577d47b75
286 changed files with 85878 additions and 0 deletions

24
.gitignore vendored Normal file
View File

@@ -0,0 +1,24 @@
# Binaries
*.exe
*.exe~
*.dll
*.so
*.dylib
doormile-backend
dist/
bin/
# Environment files
#.env
.env.local
.env.*.local
# IDEs
.idea/
.vscode/
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
.DS_Store