diff options
| author | Cyrille Bagard <nocbos@gmail.com> | 2016-04-18 23:04:46 (GMT) | 
|---|---|---|
| committer | Cyrille Bagard <nocbos@gmail.com> | 2016-04-18 23:04:46 (GMT) | 
| commit | c81d32dfe7d57534f47d30a9db1192e70a5bca1f (patch) | |
| tree | d882408d9119191e80d8e886835957765d4c2285 /.gitattributes | |
| parent | 9ae606c3535643fd9bd9daf7b7ea05dcc1fe0869 (diff) | |
Excluded Git files from export when creating a snapshot of the repository.
Diffstat (limited to '.gitattributes')
| -rw-r--r-- | .gitattributes | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..5966153 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +.gitattributes export-ignore +.gitignore export-ignore | 
