Skip to content

Commit 09ee604

Browse files
author
deathaxe
committed
Exclude development assets from package files
1 parent f8b9397 commit 09ee604

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.gitattributes

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Git and CI/CD related folders
2+
/.github/ export-ignore
3+
/.gitattributes export-ignore
4+
/.gitignore export-ignore
5+
CONTRIBUTING.md export-ignore
6+
7+
# Project and Dev Assets
8+
/bin/ export-ignore
9+
*.sublime-project export-ignore

0 commit comments

Comments
 (0)