mirror of
http://43.153.184.91:8080/https://github.com/actions/download-artifact.git
synced 2026-03-28 17:37:04 +08:00
7 lines
193 B
Plaintext
7 lines
193 B
Plaintext
# Ignore node_modules, ncc is used to compile nodejs modules into a single file in the releases branch
|
|
node_modules/
|
|
|
|
# Ignore js files that are transpiled from ts files in src/
|
|
lib/
|
|
|
|
.DS_Store |