Skip to content

Commit

Permalink
chore: specify files/directories to exclude from git archives
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCatLady committed Nov 8, 2021
1 parent b1b367a commit a996621
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,23 @@
*.woff binary
*.pyc binary
*.pdf binary

#
## Theses files/directories should be excluded from git archives
#

docs export-ignore

.git* export-ignore
*ignore export-ignore
*.md export-ignore

.all-contributorsrc export-ignore
.editorconfig export-ignore
.vscode export-ignore
Dockerfile.local export-ignore
docker-compose.yml export-ignore
stylelint.config.js export-ignore

public/os_logo_filled.png export-ignore
public/preview.jpg export-ignore

0 comments on commit a996621

Please sign in to comment.