2014-10-30 13:21:16 +01:00
|
|
|
# Exclude files related to git when generating an archive
|
2014-07-10 14:04:12 +02:00
|
|
|
.git* export-ignore
|
2015-02-03 15:14:03 +01:00
|
|
|
# Exclude Vagrant and Puppet related files when generating an archive
|
|
|
|
.puppet* export-ignore
|
|
|
|
Vagrantfile export-ignore
|
2014-10-30 13:21:16 +01:00
|
|
|
|
|
|
|
# Normalize puppet manifests' line endings to LF on checkin and prevent conversion to CRLF when the files are checked out
|
2014-12-10 16:03:47 +01:00
|
|
|
.puppet* eol=lf
|
2015-06-02 11:53:43 +02:00
|
|
|
|
|
|
|
# Include version information on `git archive'
|
2015-09-30 18:37:48 +02:00
|
|
|
/application/VERSION export-subst
|