.gitignore 622 Bytes
Newer Older
1
# Ignore docs files
2
_gh_pages
Mark Otto's avatar
Mark Otto committed
3
_site
4
5

# Ignore ruby files
6
.ruby-version
7
8
.bundle
vendor/cache
9
vendor/bundle
10

11
12
13
14
# Numerous always-ignore extensions
*.diff
*.err
*.log
15
*.orig
16
17
18
19
*.rej
*.swo
*.swp
*.vi
20
*.zip
Silumesii Maboshe's avatar
Silumesii Maboshe committed
21
*~
22
23

# OS or Editor folders
24
._*
25
.cache
26
27
.DS_Store
.idea
28
29
30
31
32
33
.project
.settings
.tmproj
*.esproj
*.sublime-project
*.sublime-workspace
34
35
nbproject
Thumbs.db
36
37
38

# Komodo
.komodotools
39
*.komodoproject
40

41
# grunt-html-validation
42
validation-report.json
43
validation-status.json
44

Chris Rebert's avatar
Chris Rebert committed
45
46
47
# SCSS-Lint
scss-lint-report.xml

48
49
50
# grunt-contrib-sass cache
.sass-cache

XhmikosR's avatar
XhmikosR committed
51
52
53
# Jekyll metadata
docs/.jekyll-metadata

54
# Folders to ignore
55
bower_components
56
node_modules