1
0
mirror of https://gitea.com/actions/download-artifact.git synced 2026-02-02 20:34:29 +07:00
Files
download-artifact/.gitignore
Daniel Kennedy 3d65dc0e0b Update .gitignore
2026-01-30 14:14:33 -05:00

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