Init commit repo setup

This commit is contained in:
Lokesh Dugar
2024-07-23 14:16:26 +05:30
parent 72157608cd
commit 2012cd8940
29 changed files with 1012 additions and 1 deletions

27
.gitignore vendored Normal file
View File

@@ -0,0 +1,27 @@
# Mac OS X files
.DS_Store
# IDE files
.idea/
.vscode/
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
# Test binary, build with `go test -c`
*.test
# Output directory
out/
# env files
*.env
# Dependency directories
vendor/
go.sum