Skip to content
This repository was archived by the owner on Nov 21, 2019. It is now read-only.

Commit

Permalink
Make releases smaller (#12)
Browse files Browse the repository at this point in the history
* Ignore some files in exports

* Ignore export/, to be generated on build

* Include most of the folders in exports

* Add missing dot to filename

* Remove things that don't seem to be needed, and do some tidying

* Since it's no longer a Git repo
  • Loading branch information
giorgiosironi authored Sep 27, 2018
1 parent 2d2e894 commit 99db856
Show file tree
Hide file tree
Showing 46 changed files with 11 additions and 2,398 deletions.
4 changes: 4 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
/.gitattributes export-ignore
/.gitignore export-ignore
/.travis export-ignore
/.travis.yml export-ignore
8 changes: 5 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
/.sass-cache/
/export/
/node_modules/
/patterns-core-*.tar.gz
/public/
/source/styleguide/
/source/css/*.css
!/source/css/pattern-scaffolding.css
/source/css/*.map
/source/styleguide/
/vendor/
/.sass-cache/
/patterns-core-*.tar.gz
3 changes: 0 additions & 3 deletions export/css/all.css

This file was deleted.

1 change: 0 additions & 1 deletion export/css/all.css.map

This file was deleted.

2 changes: 0 additions & 2 deletions export/css/sass/_definitions.scss

This file was deleted.

25 changes: 0 additions & 25 deletions export/css/sass/_fonts.scss

This file was deleted.

247 changes: 0 additions & 247 deletions export/css/sass/_mixins--spacing.scss

This file was deleted.

63 changes: 0 additions & 63 deletions export/css/sass/_mixins--typography.scss

This file was deleted.

Loading

0 comments on commit 99db856

Please sign in to comment.