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

Chris Rebert's avatar
Chris Rebert committed
41
42
43
# SCSS-Lint
scss-lint-report.xml

44
# Jekyll metadata and extra config file for `github` script
XhmikosR's avatar
XhmikosR committed
45
docs/.jekyll-metadata
46
twbsconfig.yml
XhmikosR's avatar
XhmikosR committed
47

48
# Folders to ignore
49
node_modules