Files
pve-exporter/.gitignore
Jan Lošťák a1ab163804 Initial commit
2024-05-27 21:27:07 +02:00

36 lines
372 B
Plaintext

# 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