8 lines
179 B
Plaintext
8 lines
179 B
Plaintext
# Skip files when using git archive
|
|
.gitattributes export-ignore
|
|
.gitignore export-ignore
|
|
/scripts export-ignore
|
|
test export-ignore
|
|
/webadmin/deploymentConfig.json export-ignore
|
|
|