.gitignore 567 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

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

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

# Komodo
.komodotools
38
*.komodoproject
39

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

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

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

50
# Folders to ignore
51
bower_components
52
node_modules