Initial commit

This commit is contained in:
Jan Lošťák
2024-05-27 21:27:07 +02:00
commit a1ab163804
22 changed files with 2920 additions and 0 deletions

36
.gitignore vendored Normal file
View File

@@ -0,0 +1,36 @@
# Compiled Object files, Static and Dynamic libs (Shared Objects)
*.o
*.a
*.so
# Folders
*/bin/
*/pkg/
*/vendor/
# Go executables
*.exe
*.exe~
*.test
*.out
# IDEs
.vscode/
.idea/
.atom/
*.sublime-workspace
*.sublime-project
# Node modules
/node_modules/
# Build outputs
/build/
/dist/
/release/
/pkg/
*.tar.gz
*.zip
# Ignore config with potential secrets
config.yaml