731324b4 by bootflat

add gitattributes, gitgnore and config.yml

1 parent 2ac7a436
1 # Enforce Unix newlines
2 *.css text eol=lf
3 *.html text eol=lf
4 *.js text eol=lf
5 *.json text eol=lf
6 *.md text eol=lf
7 *.scss text eol=lf
8 *.svg text eol=lf
9 *.yml text eol=lf
1 # Ignore docs files
2 .ruby-version
3 .sass-cache
4
5 # Numerous always-ignore extensions
6 *.diff
7 *.err
8 *.orig
9 *.log
10 *.rej
11 *.swo
12 *.swp
13 *.zip
14 *.vi
15 *~
16
17 # OS or Editor folders
18 .DS_Store
19 ._*
20 Thumbs.db
21 .cache
22 .project
23 .settings
24 .tmproj
25 *.esproj
26 nbproject
27 *.sublime-project
28 *.sublime-workspace
29 .idea
30
31 # grunt-html-validation
32 validation-status.json
33 validation-report.json
34
35 # Folders to ignore
36 node_modules
37
1 # Meta data
2 name: Bootflat
3 authors: flathemes
4 description: BOOTFLAT is an open source Flat UI KIT based on Bootstrap 3.1.1 CSS framework. And, for the designers, we offer a free PSD Download. It provides a faster, easier and less repetitive way for web developers or designers to create elegant web apps.
5
6 # Dependencies
7 pygments: true
8
9 # Permalinks
10 permalink: pretty
11
12 # Server
13 source: docs
14 url: http://bootflat.github.io
15 encoding: UTF-8
16
17 # Custom vars
18 current_version: 2.0.1
19 repo: https://github.com/bootflat/bootflat.github.io