Assort_editor/.gitignore
2024-07-05 11:18:49 +02:00

16 lines
205 B
Plaintext

# Ignore specific JSON files
/assort.json
/questassort.json
# Ignore cache
item_cache.json
# Ignore the log file
/log.log
# Ignore the backup directory
/bkp/
# Ignore build files
/build/
pyoxidizer.bzl