Files
json2excel/.gitignore
2023-05-30 13:32:24 +10:00

12 lines
160 B
Plaintext

# Ignore any generated xlsx documents
*.xlsx
# Ignore compiled binary
json2excel
# Ignore test data
*.json
# Ignore Mac DS_Store files
.DS_Store
**/.DS_Store