12 lines
160 B
Plaintext
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 |