Files
ptrstream/.gitignore

22 lines
178 B
Plaintext
Raw Normal View History

2024-12-06 17:41:03 -05:00
# Binary
ptrstream
ptrstream.exe
# Output files
*.json
*.txt
# Go specific
*.test
*.out
/vendor/
# IDE specific
.idea/
.vscode/
*.swp
*.swo
# OS specific
.DS_Store
Thumbs.db