Skip to content

Commit

Permalink
Merge pull request #1943 from deathaxe/feat/prod-exclude-dev-files
Browse files Browse the repository at this point in the history
  • Loading branch information
kaste authored Aug 16, 2024
2 parents 66f39d4 + 6b83a81 commit 27ac05d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
# Files and directories with the attribute export-ignore won’t be added to
# archive files. See http://git-scm.com/docs/gitattributes for details.

# git
.github/ export-ignore
*.git export-ignore
*.gitignore export-ignore
*.gitattributes export-ignore

# development
/scripts export-ignore
/stubs export-ignore
/tests/ export-ignore
/__init__.py export-ignore
mypy.ini export-ignore
setup.cfg export-ignore
unittesting.json export-ignore

0 comments on commit 27ac05d

Please sign in to comment.