7 lines
133 B
Plaintext
7 lines
133 B
Plaintext
# Skip files when using git archive
|
|
.gitattributes export-ignore
|
|
.gitignore export-ignore
|
|
/scripts export-ignore
|
|
test export-ignore
|
|
|