mirror of
https://github.com/codex-storage/codex-testnet-starter.git
synced 2025-02-23 15:48:18 +00:00
* use Windows convention for batch file newline * remove utils.bat as function definitions were not being exported * add permissive CORS (for UI) and longer default TTL * bump to 0.1.5 * add workaround for antivirus webshield * update missing refs to 0.1.5 * Add .gitattributes * Update Codex version to the v0.1.6 release --------- Co-authored-by: Slava <20563034+veaceslavdoina@users.noreply.github.com>
12 lines
340 B
Plaintext
12 lines
340 B
Plaintext
# Set default behavior to automatically normalize line endings.
|
|
* text=auto
|
|
|
|
# Force bash scripts to always use lf line endings so that if a repo is accessed
|
|
# in Unix via a file share from Windows, the scripts will work.
|
|
*.sh text eol=lf
|
|
|
|
# Likewise, force cmd and batch scripts to always use crlf
|
|
*.cmd text eol=crlf
|
|
*.bat text eol=crlf
|
|
|