Initial commit

This commit is contained in:
Arkaprabha Chakraborty
2024-08-08 01:55:38 +05:30
commit 7316ba17a1
30 changed files with 20519 additions and 0 deletions

36
backend/.gitignore vendored Normal file
View File

@@ -0,0 +1,36 @@
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
*.test
*.out
# Test binary, build output, and coverage files
*.test
*.out
*.cover
*.prof
*.fuzz
# Vendor directory
/vendor/
# IDE/editor-specific files
.idea/
.vscode/
*.sublime-project
*.sublime-workspace
# GoLand files
*.iml
*.ipr
*.iws
# Log files
*.log
# OS-specific files
.DS_Store
Thumbs.db